From 889d407805e1931d480b83174a057179abbdc7ea Mon Sep 17 00:00:00 2001 From: Jeremy Howard Date: Wed, 29 Mar 2023 06:04:57 +1000 Subject: [PATCH] release --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5246b839..3ef0b4c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ +## 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