Переглянути джерело

update changelog and readme

Andre Weissflog 4 роки тому
батько
коміт
16957726f7
2 змінених файлів з 3 додано та 1 видалено
  1. 2 0
      CHANGELOG.md
  2. 1 1
      README.md

+ 2 - 0
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:

+ 1 - 1
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