Fix changelog entries added in wrong place

Commit ed212b44 added the changelog entries to the bottom of the
changelog instead of the top.
This commit is contained in:
Sven Klemm 2022-09-01 17:35:34 +02:00 committed by Sven Klemm
parent 3722b0bf23
commit 39a700a4de

View File

@ -4,6 +4,14 @@
`psql` with the `-X` flag to prevent any `.psqlrc` commands from `psql` with the `-X` flag to prevent any `.psqlrc` commands from
accidentally triggering the load of a previous DB version.** accidentally triggering the load of a previous DB version.**
## Unreleased
**Bugfixes**
* #4619 Improve handling enum columns in compressed hypertables
**Thanks**
* @yuezhihan for reporting GROUP BY error when setting compress_segmentby with an enum column
## 2.8.0 (2022-08-30) ## 2.8.0 (2022-08-30)
This release adds major new features since the 2.7.2 release. This release adds major new features since the 2.7.2 release.