From d69501a463fd5fa96f0b500488b82d2c18d444f3 Mon Sep 17 00:00:00 2001 From: Robert Payne Date: Sat, 11 Apr 2015 22:28:39 +1200 Subject: [PATCH] Readme tweak --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d7d31fd..6bcfdd2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ CHANGELOG # 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()` +* **BREAKING:** Using `.equalTo()` will no longer multiply the constants on the right/bottom edge by -1. 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