Skip to content

Commit 17fc48b

Browse files
committed
docs: update changelog
1 parent 98fb0de commit 17fc48b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

CHANGELOG.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ Fixed
2626
- ``QuerySet.count()`` now matches the limited query result for the LIMIT/OFFSET edge cases: it returns ``0`` (instead of a negative number) when ``offset()`` exceeds the total row count, and ``0`` (instead of the total) for ``limit(0)``. (#2208)
2727
- Field declarations on models now resolve to their concrete type (e.g. ``CharField[str]``) in Pyright/Pylance instead of ``Field[Unknown]``; the ``Field.__new__`` type-check stub now returns ``Self``. (#2216)
2828

29+
Changed
30+
^^^^^^^
31+
- Accept a `pathlib.Path` instance as the `config_file` argument for TortoiseConfig's configuration-resolving functions. (#2184)
32+
2933
1.1.7
3034
-----
3135

0 commit comments

Comments
 (0)