Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
Upcoming (TBD)
==============

Documentation
---------
* Fix a typo in myclirc commentary.


2.0.0 (2026/07/03)
==============

Expand Down
2 changes: 1 addition & 1 deletion mycli/myclirc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# after executing a SQL statement when applicable.
show_warnings = False

# Enables context sensitive auto-completion. If this is disabled the all
# Enables context sensitive auto-completion. If this is disabled then all
# possible completions will be listed.
smart_completion = True

Expand Down
2 changes: 1 addition & 1 deletion test/myclirc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# after executing a SQL statement when applicable.
show_warnings = False

# Enables context sensitive auto-completion. If this is disabled the all
# Enables context sensitive auto-completion. If this is disabled then all
# possible completions will be listed.
smart_completion = True

Expand Down
Loading