change version to 21.10.0-RC3 (#2880)

Signed-off-by: Karim TAAM <karim.t2am@gmail.com>
pull/2895/head
matkt 3 years ago committed by GitHub
parent bbff3c8b56
commit 2b5f8c3e9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      CHANGELOG.md
  2. 2
      gradle.properties

@ -1,6 +1,6 @@
# Changelog
## 21.10.0-RC2
## 21.10.0-RC3
### Additions and Improvements
- Add CLI autocomplete scripts. [#2854](https://github.com/hyperledger/besu/pull/2854)
@ -8,10 +8,11 @@
### Bug Fixes
### Early Access Features
- Enable plugins to expose custom JSON-RPC / WebSocket methods [#1317](https://github.com/hyperledger/besu/issues/1317)
## 21.10.0-RC1
## 21.10.0-RC1/RC2
### Additions and Improvements
- The EVM has been factored out into a standalone module, suitable for inclusion as a library. [#2790](https://github.com/hyperledger/besu/pull/2790)
- Low level performance improvements changes to cut worst-case EVM performance in half. [#2796](https://github.com/hyperledger/besu/pull/2796)

@ -1,4 +1,4 @@
version=21.10.0-RC2-SNAPSHOT
version=21.10.0-RC3-SNAPSHOT
# Workaround for Java 16 and spotless bug 834 https://github.com/diffplug/spotless/issues/834
org.gradle.jvmargs=--add-exports jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED \

Loading…
Cancel
Save