aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2016-10-13 18:17:52 +0800
committerAlex Beregszaszi <alex@rtfs.hu>2016-10-20 03:46:28 +0800
commit06c69c9062e6823e611bb6c24bfdbaf879421d53 (patch)
tree4f121a58173f749100af406b297ae31d3cfb17ba /Changelog.md
parentd18e56661d039aa79e1fcccea6986868a8f8586b (diff)
downloaddexon-solidity-06c69c9062e6823e611bb6c24bfdbaf879421d53.tar
dexon-solidity-06c69c9062e6823e611bb6c24bfdbaf879421d53.tar.gz
dexon-solidity-06c69c9062e6823e611bb6c24bfdbaf879421d53.tar.bz2
dexon-solidity-06c69c9062e6823e611bb6c24bfdbaf879421d53.tar.lz
dexon-solidity-06c69c9062e6823e611bb6c24bfdbaf879421d53.tar.xz
dexon-solidity-06c69c9062e6823e611bb6c24bfdbaf879421d53.tar.zst
dexon-solidity-06c69c9062e6823e611bb6c24bfdbaf879421d53.zip
Update Changelog.md
Diffstat (limited to 'Changelog.md')
-rw-r--r--Changelog.md17
1 files changed, 8 insertions, 9 deletions
diff --git a/Changelog.md b/Changelog.md
index d2efebce..ddfd01c3 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -2,19 +2,18 @@
Features:
- * Inline assembly: support both `sucide` and `selfdestruct` opcodes
- (note: `suicide` is deprecated)
- * Include `keccak256()` as an alias to `sha3()`
+ * Inline assembly: support both ``suicide`` and ``selfdestruct`` opcodes
+ (note: ``suicide`` is deprecated).
+ * Include ``keccak256()`` as an alias to ``sha3()``.
Bugfixes:
- * Disallow unknown options in `solc`
+ * Disallow unknown options in ``solc``.
* Proper type checking for bound functions.
- * Code Generator: expect zero stack increase after `super` as an expression
- * Inline assembly: support the `address` opcode
+ * Code Generator: expect zero stack increase after `super` as an expression.
+ * Inline assembly: support the ``address`` opcode.
* Inline assembly: fix parsing of assignment after a label.
- * Inline assembly: external variables of unsupported type (such as `this`, `super`, etc.)
- are properly detected. They are not available in inline assembly and can be used as
- local variable names.
+ * Inline assembly: external variables of unsupported type (such as ``this``, ``super``, etc.)
+ are properly detected as unusable.
### 0.4.2 (2016-09-17)