mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Added v0.4.0 commit hash, time, etc. to CHANGELOG
This commit is contained in:
parent
a89399c4f9
commit
7127586a3b
10
CHANGELOG.md
10
CHANGELOG.md
@ -15,11 +15,19 @@ For reference, the possible headings are:
|
||||
* **Notes**
|
||||
|
||||
|
||||
## [0.4.0] - 2016-05-27
|
||||
## [Unreleased] - YYYY-MM-DD
|
||||
Tag name:
|
||||
= commit:
|
||||
committed:
|
||||
|
||||
(Add new stuff here from time to time until the next version release.)
|
||||
|
||||
|
||||
## [0.4.0] - 2016-05-27
|
||||
Tag name: v0.4.0
|
||||
= commit: a89399c4f9fcdf82df73e0d8191af9e539d8d081
|
||||
committed: May 27, 2016, 1:42 PM GMT+2
|
||||
|
||||
### Added
|
||||
- Support for escrow (possible because of two other new things: cryptoconditions with inverters, and a timeout condition): [Pull Request #329](https://github.com/bigchaindb/bigchaindb/pull/329)
|
||||
- Caching of calls to `load_consensus_plugin()`, using [`@lru_cache`](https://docs.python.org/3/library/functools.html#functools.lru_cache). This speeds up the instantiation of `Bigchain` objects and greatly improves overall performance. [Pull Request #271](https://github.com/bigchaindb/bigchaindb/pull/271)
|
||||
|
Loading…
x
Reference in New Issue
Block a user