diff options
| author | Andre Weissflog <floooh@gmail.com> | 2021-02-07 18:36:39 +0100 |
|---|---|---|
| committer | Andre Weissflog <floooh@gmail.com> | 2021-02-07 18:36:39 +0100 |
| commit | 16957726f71b9b8124b7e5f24c9ac145aaf60fc3 (patch) | |
| tree | 6e841fbc966b3720a63c8a04b6cda182600bb629 | |
| parent | cdeac822069a3d05b8386e5450998689ea287f3c (diff) | |
update changelog and readme
| -rw-r--r-- | CHANGELOG.md | 2 | ||||
| -rw-r--r-- | README.md | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index da531452..53c70d6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ > NOTE: this list will usually only be updated with changes that affect the public APIs +- **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 sokol_app.h APIs as preparation for the upcoming automatic language binding generation: @@ -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) (**20-Dec-2020**: minor but breaking API changes in sokol_gfx.h/sokol_app.h) +[**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) ## Examples and Related Projects |