aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
AgeCommit message (Collapse)Author
2015-01-16Version bump to 2.1.1.2.1.1Tomáš Znamenáček
2015-01-16Version bump to 2.1.0.2.1.0Tomáš Znamenáček
2015-01-13Merge branch 'master' into legacy-osx-support.Tomáš Znamenáček
Conflicts: CHANGES
2015-01-13Changed headerdoc markup to work better with CocoaDocs (closes #55).Tomáš Znamenáček
2015-01-12Added support for older OS X releases back to 10.6 included.Tomáš Znamenáček
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.
2015-01-09Fixed Podspec (silly me).2.0.1Tomáš Znamenáček
2015-01-09Updated CHANGES before 2.0.0.2.0.0Tomáš Znamenáček
2015-01-07Added a CHANGES file to keep users posted about important changes.Tomáš Znamenáček