You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+15-1Lines changed: 15 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,20 @@
2
2
3
3
<!-- do not remove -->
4
4
5
+
## 1.5.23
6
+
7
+
### New Features
8
+
9
+
- Optional types for `Config` ([#472](https://github.com/fastai/fastcore/issues/472))
10
+
- Add `ret_false()`
11
+
12
+
### Bugs Squashed
13
+
14
+
-`docments` using nested delegates comments incorrectly ([#475](https://github.com/fastai/fastcore/issues/475))
15
+
-`true()` defined twice; replace 2nd with `ret_true()` ([#471](https://github.com/fastai/fastcore/issues/471))
16
+
- 'method-wrapper' object has no attribute '__annotations__' ([#470](https://github.com/fastai/fastcore/issues/470))
17
+
18
+
5
19
## 1.5.22
6
20
7
21
### New Features
@@ -15,7 +29,7 @@
15
29
### New Features
16
30
17
31
- exclude `passed to {func}` from docments by passing `verbose=False` to `delegates` ([#464](https://github.com/fastai/fastcore/pull/464)), thanks to [@seeM](https://github.com/seeM)
18
-
- enable meta.delegates to enforce KEYWORD_ONLY for kwargs from ([#459](https://github.com/fastai/fastcore/pull/459)), thanks to [@EmbraceLife](https://github.com/EmbraceLife)
32
+
- enable meta.delegates to enforce `KEYWORD_ONLY` for kwargs from ([#459](https://github.com/fastai/fastcore/pull/459)), thanks to [@EmbraceLife](https://github.com/EmbraceLife)
0 commit comments