Skip to content

Commit 12bc698

Browse files
committed
release
1 parent d2bc631 commit 12bc698

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.md

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

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

5+
## 1.5.0
6+
7+
### Breaking Changes
8+
9+
- Importing `fastcore.utils` now longer imports `fastcore.net`
10+
11+
### New Features
12+
13+
- Move imports into functions to make import faster ([#426](https://github.com/fastai/fastcore/issues/426))
14+
- use py310 style union annotations ([#421](https://github.com/fastai/fastcore/pull/421)), thanks to [@seeM](https://github.com/seeM)
15+
16+
### Bugs Squashed
17+
18+
- repr patching broken by pep 563 ([#270](https://github.com/fastai/fastcore/issues/270))
19+
20+
521
## 1.4.5
622

723
### New Features

0 commit comments

Comments
 (0)