1.5 RC Changelog (#395)

* 1.5 RC changelog additions

Signed-off-by: Sally MacFarlane <sally.macfarlane@consensys.net>
This commit is contained in:
Sally MacFarlane
2020-02-13 09:54:51 +10:00
committed by GitHub
parent 8b8a39c90d
commit 4c72ab7ef3

View File

@@ -10,6 +10,12 @@ This can be enabled using the `--rpc-http-api TRACE` CLI flag. There are some p
- Added [Multi-tenancy](https://besu.hyperledger.org/en/latest/Concepts/Privacy/Multi-Tenancy/) support which allows multiple participants to use the same Besu node for private transactions.
- Added TLS support for communication with privacy enclave
### Bug Fixes
- Private transactions are now validated before sent to the enclave [\#356](https://github.com/hyperledger/besu/pull/356)
## 1.4 Beta 3
### Additions and Improvements