瀏覽代碼

mention PR #483 in changelog and readme

Andre Weissflog 4 年之前
父節點
當前提交
7bcd589707
共有 2 個文件被更改,包括 6 次插入1 次删除
  1. 5 0
      CHANGELOG.md
  2. 1 1
      README.md

+ 5 - 0
CHANGELOG.md

@@ -2,6 +2,11 @@
 
 
 > NOTE: this list will usually only be updated with changes that affect the public APIs
 > 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
 - **19-Feb-2021**: sokol_app.h learned some Windows-specific config options
 to redirect stdout/stderr to the parent terminal or a separate console
 to redirect stdout/stderr to the parent terminal or a separate console
 window, and allow outputting UTF-8 encoded text. For details, search for
 window, and allow outputting UTF-8 encoded text. For details, search for

+ 1 - 1
README.md

@@ -6,7 +6,7 @@ Simple
 [STB-style](https://github.com/nothings/stb/blob/master/docs/stb_howto.txt)
 [STB-style](https://github.com/nothings/stb/blob/master/docs/stb_howto.txt)
 cross-platform libraries for C and C++, written in C.
 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
 ## Examples and Related Projects