Added line re: PR #1130 to CHANGELOG.md

This commit is contained in:
Troy McConaghy 2017-02-02 15:24:04 +01:00
parent 7206eb35c4
commit 0e6422f6cc

View File

@ -40,6 +40,7 @@ It has been more than two months since the v0.8.0 release, so there have been _m
### Fixed
- Fixed a memory (RAM) overflow problem when under heavy load by bounding the size of the queue at the entrance to the block pipeline. [Pull Request #908](https://github.com/bigchaindb/bigchaindb/pull/908)
- Fixed some logic in block validation. [Pull Request #1130](https://github.com/bigchaindb/bigchaindb/pull/1130)
### External Contributors
- @utarl - [Pull Request #1019](https://github.com/bigchaindb/bigchaindb/pull/1019)