aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2018-09-06 22:44:59 +0800
committerchriseth <chris@ethereum.org>2018-09-06 22:44:59 +0800
commit4fb4846d1fd8d3ab8867ba6bc2ccd17ab5d353f7 (patch)
tree5feec975551849ccbc478f76475ec9f46f970a95
parent6a40048aa43abdd17fa6e8b74e4c32127f6c1840 (diff)
downloaddexon-solidity-4fb4846d1fd8d3ab8867ba6bc2ccd17ab5d353f7.tar
dexon-solidity-4fb4846d1fd8d3ab8867ba6bc2ccd17ab5d353f7.tar.gz
dexon-solidity-4fb4846d1fd8d3ab8867ba6bc2ccd17ab5d353f7.tar.bz2
dexon-solidity-4fb4846d1fd8d3ab8867ba6bc2ccd17ab5d353f7.tar.lz
dexon-solidity-4fb4846d1fd8d3ab8867ba6bc2ccd17ab5d353f7.tar.xz
dexon-solidity-4fb4846d1fd8d3ab8867ba6bc2ccd17ab5d353f7.tar.zst
dexon-solidity-4fb4846d1fd8d3ab8867ba6bc2ccd17ab5d353f7.zip
Changelog.
-rw-r--r--Changelog.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md
index 26f5178f..8f3bfff9 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -117,6 +117,9 @@ Bugfixes:
* Type Checker: Fix internal error when array index value is too large.
* Type System: Allow arbitrary exponents for literals with a mantissa of zero.
* Parser: Fix incorrect source location for nameless parameters.
+ * Parser: Treat unicode line endings as terminating strings and single-line comments.
+ * Parser: Disallow unterminated multi-line comments at the end of input.
+ * Parser: Treat ``/** /`` as unterminated multi-line comment.
### 0.4.24 (2018-05-16)