From 3e57a36e77ce36db98a136b09738451c6af10d72 Mon Sep 17 00:00:00 2001 From: Robert Payne Date: Sun, 12 Apr 2015 23:35:44 +1200 Subject: [PATCH] Updated Changelog --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a06e4ed..0cadb8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,9 +5,10 @@ CHANGELOG * **BREAKING:** The constraint making chain now utilises protocols to tighten the API's to avoid user error. This may break some syntaxes. * **BREAKING:** Semantic `and` and `with` chain variables were removed -* Ensure Swift 1.2 compatibility +* Added `update###` functions to `Constraint` so their constants and priorities can be updated * Added a `Snap.Config.interfaceLayoutDirection` variable for richer Leading/Trailing support. * Fixed memory leaks that could occur on long lived views +* Ensure Swift 1.2 compatibility # 0.9.x - March 2015