From 16957726f71b9b8124b7e5f24c9ac145aaf60fc3 Mon Sep 17 00:00:00 2001 From: Andre Weissflog Date: Sun, 7 Feb 2021 18:36:39 +0100 Subject: update changelog and readme --- CHANGELOG.md | 2 ++ README.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3