README.md in ProMotion-2.6.0 vs README.md in ProMotion-2.6.1
- old
+ new
@@ -87,9 +87,20 @@
3. Follow a tutorial: [Building an ESPN app using RubyMotion, ProMotion, and TDD](http://jamonholmgren.com/building-an-espn-app-using-rubymotion-promotion-and-tdd)
4. Read the [Documentation](https://github.com/infinitered/ProMotion/blob/master/docs)
# Changelog
+## Version 2.6.1
+
+This release includes a few new features and bugfixes and is backwards compatible with all 2.x releases.
+
+* PR #777 New Feature: Add ability to register live reload plugins
+* PR #778 Bugfix: Only update search results table data if possible
+* PR #779 Fix bug where remote images are not shown on first load of table screen
+* PR #787 Fix Travis CI build from failing when RubyMotion is up-to-date
+* PR #796 Fix iOS 10 from crashing when determining supportedInterfaceOrientations for UIImagePickerController
+* Other minor bugfixes and documentation updates
+
## Version 2.6.0
This release includes a few new features and bugfixes and is backwards compatible with all 2.x releases.
* PR #773 Add a `on_continue_user_activity` delegate method