Java char changes file update
This commit is contained in:
parent
83584e504a
commit
246c90e876
1 changed files with 11 additions and 0 deletions
|
|
@ -5,6 +5,17 @@ See the RELEASENOTES file for a summary of changes in each release.
|
|||
Version 3.0.9 (in progress)
|
||||
===========================
|
||||
|
||||
2016-01-26: wsfulton
|
||||
[Java] Fix generated code parsing enum values using char escape sequences
|
||||
when these values appear in the Java code (usually when using %javaconst)
|
||||
such as:
|
||||
|
||||
enum X { x1 = '\n', x2 = '\1' };
|
||||
|
||||
Similarly for static const member char variables such as:
|
||||
|
||||
struct Y { static const char y = '\n'; }
|
||||
|
||||
2016-01-12: olly
|
||||
[Javascript] Look for "nodejs" as well as "node", as it's packaged
|
||||
as the former on Debian.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue