diff --git a/nuklear.h b/nuklear.h index 8ea7c45..008a403 100644 --- a/nuklear.h +++ b/nuklear.h @@ -29172,8 +29172,8 @@ nk_tooltipfv(struct nk_context *ctx, const char *fmt, va_list args) /// - [yy]: Minor version with non-breaking API and library changes /// - [zz]: Bug fix version with no direct changes to API /// -/// - 2020/12/19 (4.06.4) - Change nk_propertyi back to int -/// - 2020/12/19 (4.06.3) - Update documentation for functions that now return nk_bool +/// - 2021/03/15 (4.06.4) - Change nk_propertyi back to int +/// - 2021/03/15 (4.06.3) - Update documentation for functions that now return nk_bool /// - 2020/12/19 (4.06.2) - Fix additional C++ style comments which are not allowed in ISO C90. /// - 2020/10/11 (4.06.1) - Fix C++ style comments which are not allowed in ISO C90. /// - 2020/10/07 (4.06.0) - Fix nk_combo return type wrongly changed to nk_bool diff --git a/src/CHANGELOG b/src/CHANGELOG index 472e4f7..1f8ca77 100644 --- a/src/CHANGELOG +++ b/src/CHANGELOG @@ -8,8 +8,8 @@ /// - [yy]: Minor version with non-breaking API and library changes /// - [zz]: Bug fix version with no direct changes to API /// -/// - 2020/12/19 (4.06.4) - Change nk_propertyi back to int -/// - 2020/12/19 (4.06.3) - Update documentation for functions that now return nk_bool +/// - 2021/03/15 (4.06.4) - Change nk_propertyi back to int +/// - 2021/03/15 (4.06.3) - Update documentation for functions that now return nk_bool /// - 2020/12/19 (4.06.2) - Fix additional C++ style comments which are not allowed in ISO C90. /// - 2020/10/11 (4.06.1) - Fix C++ style comments which are not allowed in ISO C90. /// - 2020/10/07 (4.06.0) - Fix nk_combo return type wrongly changed to nk_bool