Skip to content

Commit e34034b

Browse files
committed
release
1 parent 82e374d commit e34034b

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGELOG.md

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

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

5+
## 1.3.14
6+
7+
### New Features
8+
9+
- add `loads_multi` ([#271](https://github.com/fastai/fastcore/issues/271))
10+
11+
### Bugs Squashed
12+
13+
- ignored empty str `names` in `store_attr` ([#267](https://github.com/fastai/fastcore/issues/267))
14+
- `returns_none` not returning non-none type ([#266](https://github.com/fastai/fastcore/issues/266))
15+
- `Transform` return type ignored ([#265](https://github.com/fastai/fastcore/issues/265))
16+
- `test_eq` incorrect for pandas `DataFrame` ([#188](https://github.com/fastai/fastcore/pull/188)), thanks to [@kessido](https://github.com/kessido)
17+
18+
519
## 1.3.13
620

721
### New Features

0 commit comments

Comments
 (0)