aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAndre Weissflog <floooh@gmail.com>2021-08-21 14:20:49 +0200
committerAndre Weissflog <floooh@gmail.com>2021-08-21 14:20:49 +0200
commit9c2d96ddbbbb60acca9204eff9e28d141c082863 (patch)
tree495c9fbf9b63e16406021751751217b7977c5c9f /README.md
parenta4ceb3ab5e9bae32127df45aa42d39d039048d90 (diff)
minor API tweaks in sokol_gl.h and sokol_debugtext.h (see CHANGELOG.md)
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index d9e8a869..7cfd6212 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ Simple
[STB-style](https://github.com/nothings/stb/blob/master/docs/stb_howto.txt)
cross-platform libraries for C and C++, written in C.
-[**See what's new**](https://github.com/floooh/sokol/blob/master/CHANGELOG.md) (**19-Aug-2021** render context support in sokol_gl.h)
+[**See what's new**](https://github.com/floooh/sokol/blob/master/CHANGELOG.md) (**21-Aug-2021** minor API tweaks in sokol_gl.h and sokol_debugtext.h - breaking change: sgl_default_pipeline() has been renamed)
## Examples and Related Projects