File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<!-- do not remove -->
4
4
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
+
5
21
## 1.3.11
6
22
7
23
### Bugs Squashed
You can’t perform that action at this time.
0 commit comments