diff options
Diffstat (limited to '')
-rw-r--r-- | CHANGELOG.md | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index ec98b08..d170c9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,23 @@ ## Unreleased - TBD -<!-- add upcoming change notes here --> +### Features + +### Bug Fixes + + +## 1.6.0 - 2021-03-15 ### Features - Add verbose feature to `favorite_query` command. (Thanks: [Zhaolong Zhu]) - `\f query` does not show the full SQL. - `\f+ query` shows the full SQL. +- Add prompt format of file's basename. (Thanks: [elig0n]) ### Bug Fixes - Fix compatibility with sqlparse >= 0.4.0. (Thanks: [chocolateboy]) +- Fix invalid utf-8 exception. (Thanks: [Amjith]) ## 1.4.1 - 2020-07-27 |