diff --git a/NEWS b/NEWS index 722bc488..48f59d9f 100644 --- a/NEWS +++ b/NEWS @@ -49,6 +49,9 @@ * Improved command-line interface, e.g. `$ motion create --help' will now no longer create an application called ‘--help’. This deprecates the interface for any command plugins and this will fully be removed with RubyMotion v3. + * [OSX] Fixed bug where method types of NSOpenPanel and NSSavePanel were not + being cached for their private counterparts that are substituted at runtime + in case the application is running in a sandbox. = RubyMotion 2.19 = diff --git a/vm b/vm index be334037..7facf8e6 160000 --- a/vm +++ b/vm @@ -1 +1 @@ -Subproject commit be334037facc229293ea848bccd69f61499034e4 +Subproject commit 7facf8e63fe35390a6ba5e26bb670fd8c7b3f1c5