Author:manus

Date:2012-06-26T23:09:17.000000Z


git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@1113 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
manus
2012-06-26 23:09:17 +00:00
parent b1cced8d05
commit 3b57caf33c

View File

@@ -5,10 +5,13 @@
==What's new== ==What's new==
==Improvements== ==Improvements==
* Report invalid Unicode code point for STRING_8 manifeset.
==Changes== ==Changes==
* Breaking change of generating Unicode code point for STRING_8 manifest written in UTF-8 source code. (Written UTF-8 bytes was generated)
==Bug fixes== ==Bug fixes==
* Fixed bug that the compiler accepted invalid typed character. i.e. {BOOLEAN} 'c'
===Language issues=== ===Language issues===