summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-04 16:08:32 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-04 16:08:32 +0000
commitd068e649053949f8bd682f7db0a0d4d61024e4e7 (patch)
treed99cbf5b93bfe1605650382d58bf2969d8a8078e /CHANGELOG.md
parentReleasing debian version 1.10.1-2. (diff)
downloadlitecli-d068e649053949f8bd682f7db0a0d4d61024e4e7.tar.xz
litecli-d068e649053949f8bd682f7db0a0d4d61024e4e7.zip
Merging upstream version 1.11.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md13
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