- allow docments to parse async function definitions - expose timeout in `urlsend`
Bugs Squashed
- patch classmethod not supporting subclasses correctly
1.5.29
New Features
- extend test_eq_type ([507](https://github.com/fastai/fastcore/pull/507)), thanks to [ddobrinskiy](https://github.com/ddobrinskiy) - PyTorch 2.0 compile compatibility, thanks to [ggosline](https://github.com/ggosline)
1.5.28
Bugs Squashed
- 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))