Skip to content

Commit 09afead

Browse files
committed
release
1 parent 453df73 commit 09afead

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGELOG.md

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

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

5+
## 1.7.2
6+
7+
### New Features
8+
9+
- Add `AttrDictDefault` and `extract_docstrings` ([#617](https://github.com/fastai/fastcore/issues/617))
10+
- Add `do_escape` to `to_xml` ([#617](https://github.com/fastai/fastcore/issues/617))
11+
- add markdown to doc output ([#614](https://github.com/fastai/fastcore/issues/614))
12+
- move patched methods to parent class ([#612](https://github.com/fastai/fastcore/pull/612)), thanks to [@comhar](https://github.com/comhar)
13+
- add debug=True parameter to urlsend ([#611](https://github.com/fastai/fastcore/pull/611)), thanks to [@radam9](https://github.com/radam9)
14+
15+
### Bugs Squashed
16+
17+
- fix annotations generated by py2pyi ([#613](https://github.com/fastai/fastcore/pull/613)), thanks to [@comhar](https://github.com/comhar)
18+
519

620
## 1.7.1
721

0 commit comments

Comments
 (0)