Move changelog entry to the right section (#4493)

This commit is contained in:
Auke Booij 2020-04-21 08:36:30 +02:00 committed by GitHub
parent e991180f43
commit be28a3b95c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,6 +2,10 @@
## Next release
### Bug fixes and improvements
- server: add support for `_inc` on `real`, `double`, `numeric` and `money` (fix #3573)
## `v1.2.0-beta.4`
### add query support in actions
@ -34,7 +38,6 @@ The order, collapsed state of columns and page size is now persisted across page
- console: add undefined check to fix error (close #4444) (#4445)
- console: change react ace editor theme to eclipse (close #4437)
- docs: add One-Click Render deployment guide (close #3683) (#4209)
- server: add support for `_inc` on `real`, `double`, `numeric` and `money` (fix #3573)
- server: reserved keywords in column references break parser (fix #3597) #3927
- server: fix postgres specific error message that exposed database type on invalid query parameters (#4294)
- server: manage inflight events when HGE instance is gracefully shutdown (close #3548)