aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorDaniel Kirchner <daniel@ekpyron.org>2018-05-08 19:08:22 +0800
committerAlex Beregszaszi <alex@rtfs.hu>2018-05-09 21:06:47 +0800
commit1a014f83cc8670a7c15c0338a33df124e982703f (patch)
tree6cc86e8ca6cab831ed840ac21a33639cb7f86a45 /Changelog.md
parent2c3f57bec6eaa8d52a644f0b6abe7ab17b05a2ee (diff)
downloaddexon-solidity-1a014f83cc8670a7c15c0338a33df124e982703f.tar.gz
dexon-solidity-1a014f83cc8670a7c15c0338a33df124e982703f.tar.zst
dexon-solidity-1a014f83cc8670a7c15c0338a33df124e982703f.zip
Prefer view over constant in the documentation.
Diffstat (limited to 'Changelog.md')
-rw-r--r--Changelog.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md
index 9004dc29..dfa24a25 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -1,6 +1,7 @@
### 0.4.24 (unreleased)
Features:
+ * Remove deprecated ``constant`` as function state modifier from documentation and tests (but still leave it as a valid feature).
* Build System: Update internal dependency of jsoncpp to 1.8.4, which introduces more strictness and reduces memory usage.
* Code Generator: Use native shift instructions on target Constantinople.
* Gas Estimator: Only explore paths with higher gas costs. This reduces accuracy but greatly improves the speed of gas estimation.