diff options
| -rw-r--r-- | CHANGELOG.md | 6 | ||||
| -rw-r--r-- | README.md | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 53c70d6d..ac98ad6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ > NOTE: this list will usually only be updated with changes that affect the public APIs +- **10-Feb-2021**: The breaking API-update has been merged (mainly sokol_gfx.h). +Please see [this blogpost](https://floooh.github.io/2021/02/07/sokol-api-overhaul.html) +and the updates [sokol samples](https://floooh.github.io/sokol-html5/) for details. +I also created a git tag named 'pre-feb2021-api-changes' which captures the previous +state in all related projects. Please also update the [sokol-tools-bin](https://github.com/floooh/sokol-tools-bin) if you're using the sokol-shdc shader compiler. + - **07-Feb-2021**: A PSA about upcoming breaking changes in (mainly) sokol_gfx.h: https://floooh.github.io/2021/02/07/sokol-api-overhaul.html - **20-Dec-2020**: A couple of minor breaking changes in the sokol_gfx.h and @@ -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) (**07-Feb-2021**: new blog post about upcoming breaking API changes in sokol_gfx.h) +[**See what's new**](https://github.com/floooh/sokol/blob/master/CHANGELOG.md) (**10-Feb-2021**: big API-breaking update, see the changelog for details) ## Examples and Related Projects |