- fix: `console_help` excludes entrypoints from the root module ([495](https://github.com/fastai/fastcore/pull/495)), thanks to [seeM](https://github.com/seeM) - Improvements to test messages ([508](https://github.com/fastai/fastcore/pull/508)), thanks to [ddobrinskiy](https://github.com/ddobrinskiy)
1.5.27
Bugs Squashed
- fix: error in IPython while handling `HTTP4xxClientError` ([486](https://github.com/fastai/fastcore/pull/486)), thanks to [seeM](https://github.com/seeM) - 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) - params overriding `delegates` ignored in `call_parse` ([473](https://github.com/fastai/fastcore/issues/473))
1.5.26
Bugs Squashed
- Delegatee docments not appearing ([485](https://github.com/fastai/fastcore/issues/485)) - UnicodeDecodeError occurs when reading `settings.ini` file containing CJK characters on Windows ([483](https://github.com/fastai/fastcore/issues/483))
1.5.25
New Features
- Add more information upon HTTP request failures ([479](https://github.com/fastai/fastcore/issues/479))
Bugs Squashed
- 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) - `but` in delegates ignored in `docments` ([478](https://github.com/fastai/fastcore/issues/478))
1.5.23
New Features
- Optional types for `Config` ([472](https://github.com/fastai/fastcore/issues/472)) - Add `ret_false()`
Bugs Squashed
- `docments` using nested delegates comments incorrectly ([475](https://github.com/fastai/fastcore/issues/475)) - `true()` defined twice; replace 2nd with `ret_true()` ([471](https://github.com/fastai/fastcore/issues/471)) - 'method-wrapper' object has no attribute '__annotations__' ([470](https://github.com/fastai/fastcore/issues/470))
1.5.22
New Features
- Recursively search for docments ([468](https://github.com/fastai/fastcore/issues/468)) - `delegates()` now works with annotations too ([467](https://github.com/fastai/fastcore/issues/467))