diff options
| author | Andre Weissflog <floooh@gmail.com> | 2021-08-21 14:20:49 +0200 |
|---|---|---|
| committer | Andre Weissflog <floooh@gmail.com> | 2021-08-21 14:20:49 +0200 |
| commit | 9c2d96ddbbbb60acca9204eff9e28d141c082863 (patch) | |
| tree | 495c9fbf9b63e16406021751751217b7977c5c9f /README.md | |
| parent | a4ceb3ab5e9bae32127df45aa42d39d039048d90 (diff) | |
minor API tweaks in sokol_gl.h and sokol_debugtext.h (see CHANGELOG.md)
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |