From 7bf46acf4cdec6e1a87ca597b193735e84771bbe Mon Sep 17 00:00:00 2001 From: Robert Payne Date: Sat, 11 Apr 2015 22:27:53 +1200 Subject: [PATCH] Updated changelog --- CHANGELOG.md | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 80241ba..d7d31fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,15 @@ -Beta +CHANGELOG ======= -# Next Release +# 0.10.0 - Next Release In Development + +* **BREAKING:** Using `.equalTo()` will no longer invert the constants on the right/bottom edge. This does not affect `.offset()` +* Ensure Swift 1.2 compatibility +* Added a `Snap.Config.interfaceLayoutDirection` variable for richer Leading/Trailing support. +* Fixed memory leaks that could occur on long lived views + +# 0.9.x - March 2015 * Re-worked some internal API to allow for future updates * Added `snp_prepareConstraints -> [Constraint]` which allows pre-building of constraints -* Added a fatal error to `and` when it is used after relation has been set - -# 0.0.6 - February 11th, 2015 - -* Renamed `maker` to `make` in all block APIs \ No newline at end of file +* Added a fatal error to `and` when it is used after relation has been set \ No newline at end of file