get note about warning into the proper file

This commit is contained in:
Ben Fry
2020-09-24 19:41:06 -04:00
parent 43e92b79e2
commit 73889631fe
2 changed files with 2 additions and 1 deletions

View File

@@ -2,7 +2,6 @@
X loadJSONObject/Array() now return null if the given file was not found
X https://github.com/processing/processing/pull/6081
X remove zero width no-break space (U+FEFF) character with trim()
X fix "illegal line" message when loading library with FEFF chars in properties file
fixed in 4.x (close/lock these with final 4.0 release)

View File

@@ -11,6 +11,8 @@ X show Tool incompatibilities with a message dialog
X clean up a little of the internal error handling there
X add "var" keyword to highlighting
X https://github.com/processing/processing4/issues/114
X prevent "illegal line" message when loading library with FEFF chars in properties file
contribs
X Updates and fixes for PDE_pt.properties (Portugese translation)