Update CHANGELOG, package.json

This commit is contained in:
Ingo Rohloff 2019-10-09 13:33:13 +02:00 committed by Ingo Rohloff
parent b4bace80b7
commit f3353a29a6
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{
"name": "nuklear",
"version": "4.01.3",
"version": "4.01.4",
"repo": "vurtun/nuklear",
"description": "A small ANSI C gui toolkit",
"keywords": ["gl", "ui", "toolkit"],

View File

@ -8,6 +8,7 @@
/// - [yy]: Minor version with non-breaking API and library changes
/// - [zz]: Bug fix version with no direct changes to API
///
/// - 2019/10/09 (4.01.4) - Fix bug for autoscrolling in nk_do_edit
/// - 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.