add a missing changelog entry

This commit is contained in:
Anton Kaliaev 2018-10-03 10:53:29 +04:00
parent 0755a5203d
commit cb2e58411f

View File

@ -1,6 +1,7 @@
# Pending # Pending
Special thanks to external contributors on this release: Special thanks to external contributors on this release:
@goolAdapter, @bradyjoestar
BREAKING CHANGES: BREAKING CHANGES:
@ -41,3 +42,4 @@ BUG FIXES:
- [node] \#2434 Make node respond to signal interrupts while sleeping for genesis time - [node] \#2434 Make node respond to signal interrupts while sleeping for genesis time
- [evidence] \#2515 fix db iter leak (@goolAdapter) - [evidence] \#2515 fix db iter leak (@goolAdapter)
- [common/bit_array] Fixed a bug in the `Or` function - [common/bit_array] Fixed a bug in the `Or` function
- [common/bit_array] Fixed a bug in the `Sub` function (@bradyjoestar)