Skip to content

Commit c7c68eb

Browse files
committed
release
1 parent 41dd90a commit c7c68eb

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

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

5+
## 1.0.21
6+
7+
### New Features
8+
9+
- New param `cast` for `store_attr` and new decorator `with_cast` ([#114](https://github.com/fastai/fastcore/issues/114))
10+
- add `L.insert` and `exec_local` ([#113](https://github.com/fastai/fastcore/issues/113))
11+
- Patch decorator with optional argument ([#110](https://github.com/fastai/fastcore/pull/110)), thanks to [@Salehbigdeli](https://github.com/Salehbigdeli)
12+
- Make typedispatch decorator more general ([#106](https://github.com/fastai/fastcore/pull/106)), thanks to [@Salehbigdeli](https://github.com/Salehbigdeli)
13+
14+
### Bugs Squashed
15+
16+
- Fix default in oper ([#112](https://github.com/fastai/fastcore/pull/112)), thanks to [@Salehbigdeli](https://github.com/Salehbigdeli)
17+
- Inconsistency with `cmp_instance` and `typedispatch` because of binary sort algorithm ([#100](https://github.com/fastai/fastcore/issues/100))
18+
19+
520
## 1.0.20
621

722
### New Features

0 commit comments

Comments
 (0)