From acff9850d8f27778844eba24de4f5718b4b32a2b Mon Sep 17 00:00:00 2001 From: eax0r <55549616+eax0r@users.noreply.github.com> Date: Fri, 20 Sep 2019 03:44:40 +0200 Subject: [PATCH] Update CHANGELOG --- src/CHANGELOG | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/CHANGELOG b/src/CHANGELOG index 15c02d7..da4cf2d 100644 --- a/src/CHANGELOG +++ b/src/CHANGELOG @@ -8,6 +8,8 @@ /// - [yy]: Minor version with non-breaking API and library changes /// - [zz]: Bug fix version with no direct changes to API /// +/// - 2019/09/20 (4.01.3) - Fixed a bug wherein combobox cannot be closed by clicking the header +/// when NK_BUTTON_TRIGGER_ON_RELEASE is defined. /// - 2019/09/10 (4.01.2) - Fixed the nk_cos function, which deviated significantly. /// - 2019/09/08 (4.01.1) - Fixed a bug wherein re-baking of fonts caused a segmentation /// fault due to dst_font->glyph_count not being zeroed on subsequent