Update CHANGELOG.md

Updates CHANGELOG with changes from PR "Change compression locking order"(#1932).
This commit is contained in:
Stephen Polcyn 2020-06-03 09:47:22 -04:00
parent 315a680c72
commit afb6c1a78b

View File

@ -9,11 +9,13 @@ accidentally triggering the load of a previous DB version.**
**Bugfixes**
* #1915 Check for database in extension_current_state
* #1918 Unify chunk index creation
* #1932 Change compression locking order
* #1938 Fix gapfill locf treat_null_as_missing
**Thanks**
* @dmitri191 for reporting an issue with failing background workers
* @nomanor for reporting an issue with expression index with table references
* @nbouscal for reporting an issue with compression jobs locking referenced tables
* @nicolai6120 for reporting an issue with locf and treat_null_as_missing
## 1.7.1 (2020-05-18)