Update changelog

This commit is contained in:
Dan Sosedoff 2024-03-14 22:28:03 -07:00
parent 9717d3a132
commit 3b2bec68ef
No known key found for this signature in database
GPG Key ID: 26186197D282B164

View File

@ -1,3 +1,9 @@
# 0.15.0 - 2024-03-14
- `NEW` Add support for a bookmarks-only mode, GH-716
- `FIX` Fix missing indexes by quoting schema/table name to ::regclass, GH-711
- `FIX` Continue on parseJSON error, GH-708
# 0.14.3 - 2024-01-28
- `NEW` Allow retrying a connection on startup, GH-695