From 0e6422f6ccd219d9f02b88e54b1f356dfd2606d0 Mon Sep 17 00:00:00 2001 From: Troy McConaghy Date: Thu, 2 Feb 2017 15:24:04 +0100 Subject: [PATCH] Added line re: PR #1130 to CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e993968a..32da0036 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)