File tree Expand file tree Collapse file tree 2 files changed +16
-5
lines changed Expand file tree Collapse file tree 2 files changed +16
-5
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ include(EthPolicy)
2121eth_policy()
2222
2323# project name and version should be set after cmake_policy CMP0048
24- set (PROJECT_VERSION "0.8.24 " )
24+ set (PROJECT_VERSION "0.8.25 " )
2525# OSX target needed in order to support std::visit
2626set (CMAKE_OSX_DEPLOYMENT_TARGET "10.14" )
2727project (solidity VERSION ${PROJECT_VERSION} LANGUAGES C CXX)
Original file line number Diff line number Diff line change 1+ ### 0.8.25 (unreleased)
2+
3+ Language Features:
4+
5+
6+ Compiler Features:
7+
8+
9+ Bugfixes:
10+
11+
112### 0.8.24 (2024-01-25)
213
314Language Features:
@@ -10,10 +21,10 @@ Language Features:
1021
1122
1223Compiler Features:
13- * EVM: Support for the EVM Version "Cancun".
14- * SMTChecker: Support ` bytes.concat ` except when string literals are passed as arguments.
15- * Standard JSON Interface: Add experimental support to import EVM assembly in the format used by `` --asm-json `` .
16- * TypeChecker: Comparison of internal function pointers now yields a warning, as it can produce unexpected results with the legacy pipeline enabled.
24+ * EVM: Support for the EVM Version "Cancun".
25+ * SMTChecker: Support ` bytes.concat ` except when string literals are passed as arguments.
26+ * Standard JSON Interface: Add experimental support to import EVM assembly in the format used by `` --asm-json `` .
27+ * TypeChecker: Comparison of internal function pointers now yields a warning, as it can produce unexpected results with the legacy pipeline enabled.
1728
1829
1930Bugfixes:
You can’t perform that action at this time.
0 commit comments