Skip to content

Commit de83082

Browse files
committed
release
1 parent 59d0548 commit de83082

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

CHANGELOG.md

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

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

5+
## 1.3.5
6+
7+
### Breaking Changes
8+
9+
- remove `log_args` ([#176](https://github.com/fastai/fastcore/issues/176))
10+
11+
### New Features
12+
13+
- `Stateful` base class/mixin for objects that should not serialize all their state ([#196](https://github.com/fastai/fastcore/issues/196))
14+
- new `frame` param to `argnames` ([#195](https://github.com/fastai/fastcore/issues/195))
15+
- add `urlopen` and `untar_dir` ([#192](https://github.com/fastai/fastcore/issues/192))
16+
- `SCRIPT_INFO.func` to let functions know what CLI name was called in `fastcore.script` ([#185](https://github.com/fastai/fastcore/issues/185))
17+
- add `annotations` and `argnames` functions ([#179](https://github.com/fastai/fastcore/issues/179))
18+
- allow `but` param in `store_attr` to be either `list` or `str` ([#174](https://github.com/fastai/fastcore/issues/174))
19+
- add `urlvalid` ([#173](https://github.com/fastai/fastcore/issues/173))
20+
21+
### Bugs Squashed
22+
23+
- `@typed` doesn't work with classes ([#183](https://github.com/fastai/fastcore/issues/183)) (reported by @krishnap)
24+
25+
526
## 1.3.2
627

728
### New Features

0 commit comments

Comments
 (0)