We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f828638 commit 9bce4e6Copy full SHA for 9bce4e6
2 files changed
CHANGELOG.md
@@ -2,6 +2,17 @@
2
3
<!-- do not remove -->
4
5
+## 1.11.0
6
+
7
+### Breaking Changes
8
9
+- Parameters are now documented using a list instead of a table. This shouldn't break any code, but will change rendered documentation.
10
11
+### New Features
12
13
+- Add `DocmentsList` and `DocmentsText` ([#736](https://github.com/AnswerDotAI/fastcore/issues/736))
14
15
16
## 1.10.5
17
18
### New Features
settings.ini
@@ -8,7 +8,7 @@ author = Jeremy Howard and Sylvain Gugger
author_email = infos@fast.ai
copyright = fast.ai
branch = main
-version = 1.10.6
+version = 1.11.0
min_python = 3.10
audience = Developers
language = English
0 commit comments