Skip to content

Commit 401afcc

Browse files
committed
release
1 parent 3e7bb77 commit 401afcc

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.md

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

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

5+
## 1.3.12
6+
7+
### New Features
8+
9+
- enum support for `call_parse` ([#245](https://github.com/fastai/fastcore/issues/245))
10+
- Added obj2dict ([#244](https://github.com/fastai/fastcore/issues/244))
11+
- `return_headers` param for `urlsend` and `urlread` ([#242](https://github.com/fastai/fastcore/issues/242))
12+
- add common Chrome headers ([#241](https://github.com/fastai/fastcore/issues/241))
13+
- add `utc2local` and `local2utc` ([#239](https://github.com/fastai/fastcore/issues/239))
14+
- add `Path.read_json` ([#238](https://github.com/fastai/fastcore/issues/238))
15+
16+
### Bugs Squashed
17+
18+
- `*args` not handled correctly in process/thread pools ([#246](https://github.com/fastai/fastcore/issues/246))
19+
20+
521
## 1.3.11
622

723
### Bugs Squashed

0 commit comments

Comments
 (0)