We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b40eea1 commit 5fd9bd4Copy full SHA for 5fd9bd4
CHANGELOG.md
@@ -2,6 +2,17 @@
2
3
<!-- do not remove -->
4
5
+## 1.3.10
6
+
7
+### New Features
8
9
+- split `parallel` and `net` modules out of `xtras` ([#234](https://github.com/fastai/fastcore/issues/234))
10
+- New HTTP Exceptions hierarchy for each status code, used by `url*` functions
11
+- add `Request.summary` and `debug` paramaeter to `urlsend` ([#233](https://github.com/fastai/fastcore/issues/233))
12
+- Add `ImportEnum`, `StrEnum`, and `str_enum` ([#232](https://github.com/fastai/fastcore/issues/232))
13
+- handle encoded data in `urlrequest` ([#231](https://github.com/fastai/fastcore/issues/231))
14
15
16
## 1.3.9
17
18
### New Features
0 commit comments