CHANGELOG.md in bubble-wrap-1.1.0 vs CHANGELOG.md in bubble-wrap-1.1.1

- old
+ new

@@ -1,4 +1,13 @@ +## 1.1.1 + +* Fixed a bug with the way JSON payloads were handled in the HTTP + wrapper. +* Improved the RSSParser by providing a delegate to handle errors. +* Added support for symbols as selectors to the KVO module. +* Fixed a bug with the way the headers and content types were handled in + the HTTP wrapper. + ## 1.1.0 [Commit history](https://github.com/rubymotion/BubbleWrap/compare/1.0...1.1]) * Added `BubbleWrap::Reactor`, a simplified implementation of the Event Machine API on top of GCD. * Added upload support to the HTTP wrapper.