diff options
Diffstat (limited to 'changelog.rst')
-rw-r--r-- | changelog.rst | 21 |
1 files changed, 19 insertions, 2 deletions
diff --git a/changelog.rst b/changelog.rst index d732088..7ce5132 100644 --- a/changelog.rst +++ b/changelog.rst @@ -1,13 +1,30 @@ TBD -===== +================ Features: --------- + Bug fixes: ---------- -3.2.0 + + +3.3.0 (2022/01/11) +================ + +Features: +--------- + +* Add `max_field_width` setting to config, to enable more control over field truncation ([related issue](https://github.com/dbcli/pgcli/issues/1250)). +* Re-run last query via bare `\watch`. (Thanks: `Saif Hakim`_) + +Bug fixes: +---------- + +* Pin the version of pygments to prevent breaking change + +3.2.0 ===== Release date: 2021/08/23 |