CHANGELOG.md in bubble-wrap-1.1.3 vs CHANGELOG.md in bubble-wrap-1.1.4

- old
+ new

@@ -1,7 +1,23 @@ +## Unreleased + +[Commit history](https://github.com/rubymotion/BubbleWrap/compare/v1.1.4...master) + +## 1.1.4 (Unreleased) + +[Commit history](https://github.com/rubymotion/BubbleWrap/compare/v1.1.3...v1.1.4) + +* Support RubyMotion 1.24 or above (https://github.com/rubymotion/BubbleWrap/pull/143) +* Fixed a problem with `when` events not properly handling multiple targets per event. Now defaults to one target per event with an option to append multiple targets. + +## 1.1.3 + +[Commit history](https://github.com/rubymotion/BubbleWrap/compare/v1.1.2...v1.1.3) + + ## 1.1.2 -[Commit history](https://github.com/rubymotion/BubbleWrap/compare/v1.1.0...v1.1.1) +[Commit history](https://github.com/rubymotion/BubbleWrap/compare/v1.1.1...v1.1.2) * Fixed a problem with the load path. * Added `format:` to the HTTP wrapper with [5 supported formats supported](https://github.com/rubymotion/BubbleWrap/pull/109) that sets the content type accordingly. * Default HTTP Content-Type for `POST` like requests is back to being form url encoded.