Merge pull request #334 from bigchaindb/add-commit-etc-to-changelog

Added v0.4.0 commit hash, time, etc. to CHANGELOG
This commit is contained in:
Troy McConaghy 2016-05-27 13:58:33 +02:00
commit 789af4a27e

View File

@ -15,11 +15,19 @@ For reference, the possible headings are:
* **Notes** * **Notes**
## [0.4.0] - 2016-05-27 ## [Unreleased] - YYYY-MM-DD
Tag name: Tag name:
= commit: = commit:
committed: 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 ### 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) - 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) - 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)