File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed
Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,15 @@ PonyDebugger is licensed under the Apache Licence, Version 2.0
1717Changes
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.
153162Create 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
158167If you would like to use the latest version of PonyDebugger, point to the Github
159168repository directly.
You can’t perform that action at this time.
0 commit comments