From 7bcd5897078c71950b90b3180c7e9ece8a85310f Mon Sep 17 00:00:00 2001 From: Andre Weissflog Date: Mon, 22 Feb 2021 18:22:51 +0100 Subject: mention PR #483 in changelog and readme --- CHANGELOG.md | 5 +++++ README.md | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b6a801ea..c0857065 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ > NOTE: this list will usually only be updated with changes that affect the public APIs +- **22-Feb-2021**: Mouse input latency in sokol_app.h's macOS backend has been + quite significantly reduced, please see the detailed explanation [in this + PR](https://github.com/floooh/sokol/pull/483). Many thanks to @randrew for + the PR! + - **19-Feb-2021**: sokol_app.h learned some Windows-specific config options to redirect stdout/stderr to the parent terminal or a separate console window, and allow outputting UTF-8 encoded text. For details, search for diff --git a/README.md b/README.md index 7ae626c1..f2e742ac 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) (**19-Feb-2021**: sokol_app.h learned some Windows-specific stdout/stderr console configuration options) +[**See what's new**](https://github.com/floooh/sokol/blob/master/CHANGELOG.md) (**22-Feb-2021** sokol_app.h: mouse latency reduction on macOS) ## Examples and Related Projects -- cgit v1.2.3