docs/migration.md in appium_lib-6.0.0 vs docs/migration.md in appium_lib-7.0.0
- old
+ new
@@ -1,4 +1,14 @@
+### Breaking Changes in 7.0
+
+Requires appium 1.4.0-beta or newer for iOS helper methods. appium_lib no longer automatically promotes methods on minispec. To restore the old behavior use: `Appium.promote_appium_methods ::Minitest::Spec`
+
+The implicit wait now defaults to zero. To restore the old behavior, use `set_wait 30`.
+
+ Old | New
+ :--|:--
+`installed?` | `app_installed?`
+
### Breaking Changes in 5.0
Old | New
:--|:--
`launch` | `launch_app`