浏览代码

Add Changelog in nuklear.h for 4.12.1

Lautriva 1 年之前
父节点
当前提交
d40d95471e
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      nuklear.h

+ 1 - 0
nuklear.h

@@ -30123,6 +30123,7 @@ nk_tooltipfv(struct nk_context *ctx, const char *fmt, va_list args)
 ///   - [y]: Minor version with non-breaking API and library changes
 ///   - [z]: Patch version with no direct changes to the API
 ///
+/// - 2024/07/03 (4.12.1) - Fix bitwise operations warnings in C++20
 /// - 2023/11/26 (4.12.0) - Added an alignment option to checkboxes and radio buttons.
 /// - 2023/10/11 (4.11.0) - Added nk_widget_disable_begin() and nk_widget_disable_end()
 /// - 2022/12/23 (4.10.6) - Fix incorrect glyph index in nk_font_bake()