Skip to content

Commit

Permalink
Merge pull request #97 from wlue/v0.3.1
Browse files Browse the repository at this point in the history
Update README for v0.3.1
  • Loading branch information
wlue committed Jan 2, 2014
2 parents 5d52ce4 + 4c5687b commit 086143e
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,15 @@ PonyDebugger is licensed under the Apache Licence, Version 2.0
Changes
-------

### v0.3.1 - 2014-01-02

- Fix only building active arch in debug. (@kyleve)
- Fix view hierarchy debugging with complex key paths. (@ryanolsonk)
- Fix crash in swizzled exchangeSubviewAtIndex:withSubviewAtIndex:
(@ryanolsonk)
- Fix for crash when having a library that looks like a NSURLConnectionDelegate
(@peterwilli)

### v0.3.0 - 2013-05-01

- Remote Logging and Introspection (@wlue)
Expand Down Expand Up @@ -153,7 +162,7 @@ Install the ruby gem.
Create a Podfile. You must be running on iOS 5 or above.

platform :ios, '5.0'
pod 'PonyDebugger', '~> 0.3.0'
pod 'PonyDebugger', '~> 0.3.1'

If you would like to use the latest version of PonyDebugger, point to the Github
repository directly.
Expand Down

0 comments on commit 086143e

Please sign in to comment.