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 55829b9 commit 0b188e9Copy full SHA for 0b188e9
CHANGELOG.md
@@ -2,6 +2,17 @@
2
3
<!-- do not remove -->
4
5
+## 1.3.9
6
+
7
+### New Features
8
9
+- use `__slots__` in `store_attr` if exists ([#226](https://github.com/fastai/fastcore/issues/226))
10
+- add `urlrequest` ([#225](https://github.com/fastai/fastcore/issues/225))
11
+- add `loads` and `urlsend` ([#224](https://github.com/fastai/fastcore/issues/224))
12
+- add `PartialFormatter` and `partial_format` ([#223](https://github.com/fastai/fastcore/issues/223))
13
+- add `stringfmt_names` ([#222](https://github.com/fastai/fastcore/issues/222))
14
15
16
## 1.3.8
17
18
### New Features
0 commit comments