Update CHANGELOG

This commit is contained in:
Joonas Javanainen 2017-02-14 19:43:55 +02:00
parent 61e531fc80
commit 1e2914f70d
No known key found for this signature in database
GPG Key ID: D39CCA5CB19B9179

View File

@ -2,10 +2,23 @@
## [Unreleased]
## [0.1.0-pre] - 2017-02-06
### Added
- `ImVec2::zero()`
- Support for buttons
- Support for closing current popup
- `Window::always_vertical_scrollbar` (fix typo)
- `igPushStyleVarVec` (fix typo)
### Changed
- Upgrade to glium 0.16
### Deprecated
- `Window::always_vertical_scollbar` (typo)
- `igPushStyleVavrVec` (typo)
## [0.0.10] - 2016-08-09
### Changed