Skip to content

Commit 692194d

Browse files
committed
release
1 parent e662075 commit 692194d

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

CHANGELOG.md

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

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

5+
## 1.0.13
6+
7+
### New Features
8+
9+
- `dict2obj`: Convert (possibly nested) dicts (or lists of dicts) to `SimpleNamespace` ([#90](https://github.com/fastai/fastcore/issues/90))
10+
511
## 1.0.12
612

713
### New Features
@@ -10,7 +16,7 @@
1016

1117
### Bugs Squashed
1218

13-
- 'mp_context' keyword for initialising concurrent.futures.ProcessPoolExecutor only supported in python 3.7+ ([#86](https://github.com/fastai/fastcore/issues/86))
19+
- `mp_context` keyword for initialising concurrent.futures.ProcessPoolExecutor only supported in python 3.7+ ([#86](https://github.com/fastai/fastcore/issues/86))
1420

1521
## 1.0.10
1622

0 commit comments

Comments
 (0)