diff --git a/CHANGELOG.md b/CHANGELOG.md index 31e015f..a55071f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,31 +6,38 @@ CHANGELOG | Contents | | :------------------------------ | -| [0.9.0](#082-2017-08-03) | -| [0.8.2](#082-2017-23-02) | -| [0.8.1](#081-2017-21-02) | -| [0.8](#08-2017-20-02) | +| [1.0.0](#082-2017-03-20) | +| [0.9.0](#082-2017-03-08) | +| [0.8.2](#082-2017-02-23) | +| [0.8.1](#081-2017-02-21) | +| [0.8](#08-2017-02-20) | -[0.9.0](https://github.com/louisdh/panelkit/tree/0.9.0) (2017-08-03) +[1.0.0](https://github.com/louisdh/panelkit/tree/1.0.0) (2017-03-20) +-------------- +* Replaced ```PanelContentViewController``` with ```PanelContentDelegate``` protocol. +* Fixed memory leaks. +* Added unit tests. + +[0.9.0](https://github.com/louisdh/panelkit/tree/0.9.0) (2017-03-08) -------------- * Introduced exposé with optional double 3 finger tap gesture recognizer to active. * Reduced public API. * Moved panel state properties from ```PanelContentViewController``` to ```PanelViewController```. -[0.8.2](https://github.com/louisdh/panelkit/tree/0.8.2) (2017-23-02) +[0.8.2](https://github.com/louisdh/panelkit/tree/0.8.2) (2017-02-23) -------------- * Fixed pinned panel preview views that weren't ever removed * ```panelContentView``` now supports a top and bottom margin other than 0 -[0.8.1](https://github.com/louisdh/panelkit/tree/0.8.1) (2017-21-02) +[0.8.1](https://github.com/louisdh/panelkit/tree/0.8.1) (2017-02-21) -------------- * Updated documentation -[0.8](https://github.com/louisdh/panelkit/tree/0.8) (2017-20-02) +[0.8](https://github.com/louisdh/panelkit/tree/0.8) (2017-02-20) ------------ * Initial release with support for floating and pinned panels.