Skip to content

Commit a88aa4a

Browse files
committed
Update changelog.
1 parent fce2300 commit a88aa4a

File tree

1 file changed

+10
-14
lines changed

1 file changed

+10
-14
lines changed

CHANGELOG.md

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## Unreleased
2+
3+
### Internal
4+
5+
- Add type checking using mypy.
6+
7+
### Bug Fixes
8+
9+
-
10+
111
## 1.16.0 - 2025-08-16
212

313
### Features
@@ -273,17 +283,3 @@
273283
[Irina Truong]: https://github.com/j-bennet
274284
[Zhaolong Zhu]: https://github.com/zzl0
275285
[Zhiming Wang]: https://github.com/zmwangx
276-
## Unreleased
277-
278-
### Internal
279-
280-
- Introduce a shared `DBCursor` Protocol (packages/special/types.py) and adopt it across special modules.
281-
- Add comprehensive type hints in core modules (special/, sqlcompleter, sqlexecute, key bindings, config, filepaths, lexer, completion_refresher).
282-
- Remove remaining `# mypy: ignore-errors` headers in special modules; reduce use of `Any`.
283-
- Tighten mypy configuration (target Python 3.9; disallow untyped/incomplete defs; no implicit Optional; warn on Any).
284-
- Remove references to “mycli” from comments and docs.
285-
- Minor refactors for clarity; ruff + mypy pass repo-wide.
286-
287-
### Bug Fixes
288-
289-
- Make `check_if_sqlitedotcommand` robust for non-string inputs.

0 commit comments

Comments
 (0)