Browse Source

Updated docs changelog

vurtun 7 years ago
parent
commit
02c66eab19
1 changed files with 6 additions and 6 deletions
  1. 6 6
      doc/nuklear.html

+ 6 - 6
doc/nuklear.html

@@ -2249,12 +2249,12 @@ X...XXXXXXXXXXXXX...X -           "
    - [x]: Major version with API and library breaking
    - [x]: Major version with API and library breaking
    - [yy]: Minor version with non-breaking API and library changes
    - [yy]: Minor version with non-breaking API and library changes
    - [zz]: Bug fix version with no direct changes to API
    - [zz]: Bug fix version with no direct changes to API
-- 2017/01/31 (3.00.5) - Fixed overcalculation of cursor data in font baking process
-- 2017/01/31 (3.00.4) - Removed name collision with stb_truetype
-- 2017/01/28 (3.00.3) - Fixed panel window border drawing bug
-- 2017/01/12 (3.00.2) - Added `nk_group_begin_titled` for separed group identifier and title
-- 2017/01/07 (3.00.1) - Started to change documentation style
-- 2017/01/05 (3.00.0) - BREAKING CHANGE: The previous color picker API was broken
+- 2018/01/31 (3.00.5) - Fixed overcalculation of cursor data in font baking process
+- 2018/01/31 (3.00.4) - Removed name collision with stb_truetype
+- 2018/01/28 (3.00.3) - Fixed panel window border drawing bug
+- 2018/01/12 (3.00.2) - Added `nk_group_begin_titled` for separed group identifier and title
+- 2018/01/07 (3.00.1) - Started to change documentation style
+- 2018/01/05 (3.00.0) - BREAKING CHANGE: The previous color picker API was broken
                        because of conversions between float and byte color representation.
                        because of conversions between float and byte color representation.
                        Color pickers now use floating point values to represent
                        Color pickers now use floating point values to represent
                        HSV values. To get back the old behavior I added some additional
                        HSV values. To get back the old behavior I added some additional