Explorar o código

Add Changelog in nuklear.h for 4.12.1

Lautriva hai 1 ano
pai
achega
5f2e2af737
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  1. 1 1
      nuklear.h
  2. 1 1
      src/CHANGELOG

+ 1 - 1
nuklear.h

@@ -30123,7 +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
+/// - 2024/03/07 (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()

+ 1 - 1
src/CHANGELOG

@@ -7,7 +7,7 @@
 ///   - [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
+/// - 2024/03/07 (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()