diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 16:08:28 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 16:08:28 +0000 |
commit | 87689c2e1883711c80c24acf4e2023715a8fac29 (patch) | |
tree | dde7494c72f3ca836a24a4a6559b6c350f831cce /CHANGELOG.md | |
parent | Adding upstream version 1.10.1. (diff) | |
download | litecli-87689c2e1883711c80c24acf4e2023715a8fac29.tar.xz litecli-87689c2e1883711c80c24acf4e2023715a8fac29.zip |
Adding upstream version 1.11.0.upstream/1.11.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index edee1e9..9530cd7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## 1.11.0 - 2024-05-03 + +### Improvements + +* When an empty `\d` is invoked the list of tables are returned instead of an error. +* Show SQLite version at startup. + + +### Bug Fixes + +* Support a single item in the startup commands in the config. (bug #176) + + ## 1.10.1 - 2024-3-23 ### Bug Fixes |