From 6af0db2458e5fc15b488ab46283ba6303185a2a3 Mon Sep 17 00:00:00 2001 From: mtijanic Date: Fri, 3 Nov 2023 14:45:05 +0100 Subject: [PATCH] Changelog update for more accurate description of the y_offset nullptr deref fix --- nuklear.h | 1 + src/CHANGELOG | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/nuklear.h b/nuklear.h index 81363e0..9b06398 100644 --- a/nuklear.h +++ b/nuklear.h @@ -29741,6 +29741,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 /// +/// - 2023/11/03 (4.10.7) - Fix null pointer dereference with nk_group and nk_listview scroll offsets /// - 2022/12/23 (4.10.6) - Fix incorrect glyph index in nk_font_bake() /// - 2022/12/17 (4.10.5) - Fix nk_font_bake_pack() using TTC font offset incorrectly /// - 2022/10/24 (4.10.4) - Fix nk_str_{append,insert}_str_utf8 always returning 0 diff --git a/src/CHANGELOG b/src/CHANGELOG index d1fabcc..09eebad 100644 --- a/src/CHANGELOG +++ b/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 /// -/// - 2023/10/30 (4.10.7) - Fix null pointer dereference in nk_group_scrolled_offset_begin() +/// - 2023/11/03 (4.10.7) - Fix null pointer dereference with nk_group and nk_listview scroll offsets /// - 2022/12/23 (4.10.6) - Fix incorrect glyph index in nk_font_bake() /// - 2022/12/17 (4.10.5) - Fix nk_font_bake_pack() using TTC font offset incorrectly /// - 2022/10/24 (4.10.4) - Fix nk_str_{append,insert}_str_utf8 always returning 0