浏览代码

update changelog and readme

Andre Weissflog 2 年之前
父节点
当前提交
a62340fd4b
共有 2 个文件被更改,包括 5 次插入1 次删除
  1. 4 0
      CHANGELOG.md
  2. 1 1
      README.md

+ 4 - 0
CHANGELOG.md

@@ -1,5 +1,9 @@
 ## Updates
 
+- **15-Dec-2022**: A small but important update in sokol_imgui.h which fixes
+  touch input handling on mobile devices. Many thanks to github user @Xadiant
+  for the bug investigation and [PR](https://github.com/floooh/sokol/pull/760).
+
 - **25-Nov-2022**: Some code cleanup around resource creation and destruction in sokol_gfx.h:
     - It's now safe to call the destroy, uninit and dealloc functions in any
       resource state, in general, the functions will do the right thing without

+ 1 - 1
README.md

@@ -4,7 +4,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) (**25-Nov-2022** sokol_gfx.h: minor breaking change in the ```sg_uninit_*()``` functions)
+[**See what's new**](https://github.com/floooh/sokol/blob/master/CHANGELOG.md) (**15-Dec-2022** sokol_imgui.h: fix touch input on mobile devices)
 
 [![Build](/../../actions/workflows/main.yml/badge.svg)](/../../actions/workflows/main.yml) [![Bindings](/../../actions/workflows/gen_bindings.yml/badge.svg)](/../../actions/workflows/gen_bindings.yml) [![build](https://github.com/floooh/sokol-zig/actions/workflows/main.yml/badge.svg)](https://github.com/floooh/sokol-zig/actions/workflows/main.yml) [![build](https://github.com/floooh/sokol-nim/actions/workflows/main.yml/badge.svg)](https://github.com/floooh/sokol-nim/actions/workflows/main.yml) [![Odin](https://github.com/floooh/sokol-odin/actions/workflows/main.yml/badge.svg)](https://github.com/floooh/sokol-odin/actions/workflows/main.yml)