Skip to content

Commit 554fd09

Browse files
committed
release
1 parent 2f9f31f commit 554fd09

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,25 @@
22

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

5+
## 1.3.20
6+
7+
### New Features
8+
9+
- make patch more compatible with classmethods ([#309](https://github.com/fastai/fastcore/pull/309)), thanks to [@tezike](https://github.com/tezike)
10+
- Added order and list support for Pipeline.add ([#297](https://github.com/fastai/fastcore/pull/297)), thanks to [@marii-moe](https://github.com/marii-moe)
11+
- support windows: only add lock if it runs parallelly ([#283](https://github.com/fastai/fastcore/pull/283)), thanks to [@mszhanyi](https://github.com/mszhanyi)
12+
13+
### Bugs Squashed
14+
15+
- fix #304 UnicodeDecodeError while downloading git archive ([#308](https://github.com/fastai/fastcore/pull/308)), thanks to [@pradeepbbl](https://github.com/pradeepbbl)
16+
- Fix saving str as bytes in urlsave ([#278](https://github.com/fastai/fastcore/pull/278)), thanks to [@jochym](https://github.com/jochym)
17+
18+
519
## 1.3.19
620

721

822
### Bugs Squashed
923

10-
- `urlsave` using str instead of bytes ([#280](https://github.com/fastai/fastcore/issues/280))
1124
- `sparkline` errors when a value is given that exceeds `mx` ([#277](https://github.com/fastai/fastcore/issues/277))
1225

1326

0 commit comments

Comments
 (0)