aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorchriseth <c@ethdev.com>2016-10-21 18:30:58 +0800
committerchriseth <c@ethdev.com>2016-10-24 22:45:25 +0800
commitf25aa0c68bd8d4c2acf9425c9aba15fc56b16ccc (patch)
tree171fbfef357688e567e5b3a48ea0b4363a1916ba /Changelog.md
parent6b028701a0dfd239ddfcf9e4d40bfe36414a956f (diff)
downloaddexon-solidity-f25aa0c68bd8d4c2acf9425c9aba15fc56b16ccc.tar
dexon-solidity-f25aa0c68bd8d4c2acf9425c9aba15fc56b16ccc.tar.gz
dexon-solidity-f25aa0c68bd8d4c2acf9425c9aba15fc56b16ccc.tar.bz2
dexon-solidity-f25aa0c68bd8d4c2acf9425c9aba15fc56b16ccc.tar.lz
dexon-solidity-f25aa0c68bd8d4c2acf9425c9aba15fc56b16ccc.tar.xz
dexon-solidity-f25aa0c68bd8d4c2acf9425c9aba15fc56b16ccc.tar.zst
dexon-solidity-f25aa0c68bd8d4c2acf9425c9aba15fc56b16ccc.zip
More checks for missing mobile type.
Diffstat (limited to 'Changelog.md')
-rw-r--r--Changelog.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/Changelog.md b/Changelog.md
index 833c617d..81d753d9 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -12,7 +12,8 @@ Bugfixes:
* Commandline interface: Disallow unknown options in ``solc``.
* Name resolver: Allow inheritance of ``enum`` definitions.
* Type checker: Proper type checking for bound functions.
- * Type checker: fix crash related to invalid fixed point constants
+ * Type checker: fixed crash related to invalid fixed point constants
+ * Type checker: fixed crash related to invalid literal numbers.
* Code generator: expect zero stack increase after ``super`` as an expression.
* Code Generator: fixed an internal compiler error for ``L.Foo`` for ``enum Foo`` defined in library ``L``.
* Inline assembly: support the ``address`` opcode.