Skip to content

Commit fe55c56

Browse files
committed
release
1 parent c9b4c08 commit fe55c56

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
<!-- do not remove -->
44

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+
519
## 1.5.22
620

721
### New Features
@@ -15,7 +29,7 @@
1529
### New Features
1630

1731
- 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)
1933

2034
### Bugs Squashed
2135

0 commit comments

Comments
 (0)