tweak release notes

This commit is contained in:
Ben Fry
2014-04-15 13:42:54 -04:00
parent 7dcb43b59c
commit c8c01e5373
2 changed files with 5 additions and 2 deletions
+3
View File
@@ -33,6 +33,9 @@ the new Python Mode, coming soon: https://github.com/jdf/processing.py
[ the core ]
+ sketchPath() was returning user.home in exported apps on OS X
https://github.com/processing/processing/issues/2181
+ Fix bug in StringDict(Reader) that wasn't setting the indices hashmap
+ Call revalidate() via reflection so that build works under 1.6 (using
+2 -2
View File
@@ -20,13 +20,13 @@ o http://furbo.org/2013/10/17/code-signing-and-mavericks/
o http://brockerhoff.net/RB/AppCheckerLite/
J permit modes to specify alternate extension (.py for .pyde stuff)
J https://github.com/processing/processing/pull/2452
X sketchPath() returns user.home in exported apps on OSX
X https://github.com/processing/processing/issues/2181
high
_ exported apps reporting as "damaged" on OS X
_ https://github.com/processing/processing/issues/2095
_ sketchPath() returns user.home in exported apps on OSX
_ https://github.com/processing/processing/issues/2181
_ QuickReference tool was able to bring down the environment
_ https://github.com/processing/processing/issues/2229
_ tab characters not recognized/drawn in the editor (2.1)