This repository was archived by the owner on Nov 17, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +16
-3
lines changed
Expand file tree Collapse file tree 2 files changed +16
-3
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,24 @@ Documentation of all notable changes to the **EVMC** project.
55The format is based on [ Keep a Changelog] ,
66and this project adheres to [ Semantic Versioning] .
77
8- ## [ 11.0 .0] — unreleased
8+ ## [ 10.1 .0] — unreleased
99
1010### Added
1111
1212- The Prague EVM revision (anticipated after Cancun)
1313 [ #683 ] ( https://github.com/ethereum/evmc/pull/683 )
14+ - C++: Make ` evmc::Result ` accessible via ` evmc_result ` reference
15+ [ #686 ] ( https://github.com/ethereum/evmc/pull/686 )
16+
17+ ### Changed
18+
19+ - Set Shanghai as the latest stable revision ` EVMC_LATEST_STABLE_REVISION ` .
20+ [ #687 ] ( https://github.com/ethereum/evmc/pull/687 )
21+ - Bump minimum supported compiler versions:
22+ [ #685 ] ( https://github.com/ethereum/evmc/pull/685 )
23+ - GCC: 7 → 8
24+ - Clang: 5 → 9
25+ - CMake: 3.10 → 3.16
1426
1527
1628## [ 10.0.0] — 2022-08-25
@@ -671,6 +683,7 @@ removed.
671683 [ #52 ] ( https://github.com/ethereum/evmc/pull/52 )
672684
673685
686+ [ 10.1.0 ] : https://github.com/ethereum/evmc/compare/v10.0.0..master
674687[ 10.0.0 ] : https://github.com/ethereum/evmc/releases/tag/v10.0.0
675688[ 9.0.0 ] : https://github.com/ethereum/evmc/releases/tag/v9.0.0
676689[ 8.0.0 ] : https://github.com/ethereum/evmc/releases/tag/v8.0.0
Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ Please visit the [documentation].
2121
2222| Language | Supported Versions | Supported Compilers | Feature Support |
2323| -------------------------------| ----------------------| ------------------------------| -------------------|
24- | ** C** | C99, C11 | GCC 7 +, clang 5 +, MSVC 2017+ | Host- and VM-side |
25- | ** C++** | C++17 | GCC 7 +, clang 5 +, MSVC 2017+ | Host- and VM-side |
24+ | ** C** | C99, C11 | GCC 8 +, clang 9 +, MSVC 2017+ | Host- and VM-side |
25+ | ** C++** | C++17 | GCC 8 +, clang 9 +, MSVC 2017+ | Host- and VM-side |
2626| ** Go** _ (bindings)_ | 1.11+ (with modules) | | Host-side only |
2727| ** Rust** _ (bindings)_ [ ¹] ( #n1 ) | 2018 edition | 1.47.0 and newer | VM-side only |
2828| ** Java** _ (bindings)_ [ ²] ( #n2 ) | 11 | | Host-side only |
You can’t perform that action at this time.
0 commit comments