aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Weissflog <floooh@gmail.com>2021-02-07 18:36:39 +0100
committerAndre Weissflog <floooh@gmail.com>2021-02-07 18:36:39 +0100
commit16957726f71b9b8124b7e5f24c9ac145aaf60fc3 (patch)
tree6e841fbc966b3720a63c8a04b6cda182600bb629
parentcdeac822069a3d05b8386e5450998689ea287f3c (diff)
update changelog and readme
-rw-r--r--CHANGELOG.md2
-rw-r--r--README.md2
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:
diff --git a/README.md b/README.md
index b8f7b12e..28bc2f2f 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) (**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