aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorTomáš Znamenáček2015-01-09 12:54:50 +0100
committerTomáš Znamenáček2015-01-12 17:10:20 +0100
commit86a32313986fb9da606df40bc937298b2abeed35 (patch)
tree4882301f40e68403e540eb128b8469222c1f790b /CHANGES
parent0a0619461d473085608af0aa1e00540bf6253a9c (diff)
downloadMASShortcut-86a32313986fb9da606df40bc937298b2abeed35.tar.bz2
Added support for older OS X releases back to 10.6 included.
Apart from turning off Auto Layout for the Demo project, the only thing remaining was several __weak qualifiers to prevent retain cycles in blocks. I have replaced them with __unsafe_unretained since __weak is not supported on 10.6. There should be no safety concerns here, since we are certain the pointers will remain valid.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 8237ae6..115c78f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+Unreleased yet
+ - Added support for older OS X versions down to 10.6 included.
+
2.0.1 2015/1/9
- Trivial Podspec fix.