Skip to content

Commit

Permalink
Update to 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
steipete committed May 5, 2014
1 parent 38ae0e7 commit de61384
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Aspects v1.3.0 [![Build Status](https://travis-ci.org/steipete/Aspects.svg?branch=master)](https://travis-ci.org/steipete/Aspects)
Aspects v1.3.1 [![Build Status](https://travis-ci.org/steipete/Aspects.svg?branch=master)](https://travis-ci.org/steipete/Aspects)
==============

Delightful, simple library for aspect oriented programming by [@steipete](http://twitter.com/steipete).
Expand Down Expand Up @@ -153,7 +153,7 @@ Supported iOS & SDK Versions
-----------------------------
* Aspects requires ARC.
* Aspects is tested with iOS 6+.
* Aspects is tested with iOS 6+ and OS X 10.7 or higher.
License
-------
Expand All @@ -163,7 +163,12 @@ MIT licensed, Copyright (c) 2014 Peter Steinberger, steipete@gmail.com, [@steipe
Release Notes
-----------------
Version 1.3.1
- Add support for OS X 10.7 or higher. (thanks to @ashfurrow)
Version 1.3.0
- Add automatic deregistration.
- Checks if the selector exists before trying to hook.
- Improved dealloc hooking. (no more unsafe_unretained needed)
Expand Down

0 comments on commit de61384

Please sign in to comment.