Skip to content

Commit ac83d6b

Browse files
committed
release
1 parent 0ee5b7f commit ac83d6b

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

CHANGELOG.md

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

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

5+
## 1.5.27
6+
7+
8+
### Bugs Squashed
9+
10+
- fix: error in IPython while handling `HTTP4xxClientError` ([#486](https://github.com/fastai/fastcore/pull/486)), thanks to [@seeM](https://github.com/seeM)
11+
- fix: `Config.get` returns `False` instead of `None` for missing `bool` keys ([#482](https://github.com/fastai/fastcore/pull/482)), thanks to [@seeM](https://github.com/seeM)
12+
- params overriding `delegates` ignored in `call_parse` ([#473](https://github.com/fastai/fastcore/issues/473))
13+
14+
515
## 1.5.26
616

717
### Bugs Squashed

settings.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[DEFAULT]
22
lib_name = fastcore
3+
repo = fastcore
34
user = fastai
45
description = Python supercharged for fastai development
56
keywords = python

0 commit comments

Comments
 (0)