update changelog (#431)

This commit is contained in:
Joe Moon 2018-03-23 02:25:02 -07:00 committed by Pierre Krieger
parent ce7a426bb5
commit 76118af341

View file

@ -1,5 +1,9 @@
# Unreleased
- Added `WindowBuilderExt` methods for macos: `with_titlebar_transparent`,
`with_title_hidden`, `with_titlebar_buttons_hidden`,
`with_fullsize_content_view`.
# Version 0.11.2 (2018-03-06)
- Impl `Hash`, `PartialEq`, and `Eq` for `events::ModifiersState`.