Skip to content

Commit 086143e

Browse files
committed
Merge pull request #97 from wlue/v0.3.1
Update README for v0.3.1
2 parents 5d52ce4 + 4c5687b commit 086143e

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,15 @@ PonyDebugger is licensed under the Apache Licence, Version 2.0
1717
Changes
1818
-------
1919

20+
### v0.3.1 - 2014-01-02
21+
22+
- Fix only building active arch in debug. (@kyleve)
23+
- Fix view hierarchy debugging with complex key paths. (@ryanolsonk)
24+
- Fix crash in swizzled exchangeSubviewAtIndex:withSubviewAtIndex:
25+
(@ryanolsonk)
26+
- Fix for crash when having a library that looks like a NSURLConnectionDelegate
27+
(@peterwilli)
28+
2029
### v0.3.0 - 2013-05-01
2130

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

155164
platform :ios, '5.0'
156-
pod 'PonyDebugger', '~> 0.3.0'
165+
pod 'PonyDebugger', '~> 0.3.1'
157166

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

0 commit comments

Comments
 (0)