From a6ce3ee3dbe878c41623bb358a8ff5190fe2d33f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vile=CC=81m=20Kurz?= Date: Mon, 17 Dec 2018 10:30:41 +0100 Subject: [PATCH] Added Changelog --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..aec506f --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,8 @@ +## [2.0.0] +### Changed +- lib uses Swift 4.2 internally +- `InstantiableViewController` protocol renamed to `Instantiable` and improved to be usable in automatic UIViewController extension such as [this one](https://github.com/inloop/UIViewController-DisplayChild/pull/14#discussion_r235397999) + +## [1.0.2] +### Fixed +- Xcode 10 build problem