Updated docs changelog
This commit is contained in:
parent
05fed4f833
commit
02c66eab19
|
@ -2249,12 +2249,12 @@ X...XXXXXXXXXXXXX...X - "
|
|||
- [x]: Major version with API and library breaking
|
||||
- [yy]: Minor version with non-breaking API and library changes
|
||||
- [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.
|
||||
Color pickers now use floating point values to represent
|
||||
HSV values. To get back the old behavior I added some additional
|
||||
|
|
Loading…
Reference in New Issue