Update changelog

This commit is contained in:
Joonas Javanainen 2017-05-12 22:46:49 +03:00
parent 02223d9e19
commit 8199d7d778
No known key found for this signature in database
GPG Key ID: D39CCA5CB19B9179

View File

@ -2,6 +2,19 @@
## [Unreleased]
### Added
- ImString owned type for strings
### Changed
- ImStr is now "a dear imgui -compatible string slice". This change
significantly affects how strings are handled.
### Fixed
- String pointer compilation problems on ARM
## [0.0.13] - 2017-04-25
### Changed