Skip to content

Commit e392f9d

Browse files
committedSep 14, 2022
release
1 parent b4cd2ac commit e392f9d

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
 

‎CHANGELOG.md

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

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

5+
## 2.3.1
6+
7+
### Breaking Changes
8+
9+
- `_quarto.yml` no longer replaced with automatically generated version ([#1059](https://github.com/fastai/nbdev/issues/1059))
10+
- This was listed in 2.3.0 but wasn't actually included in the release
11+
12+
### Bugs Squashed
13+
14+
- fix `nbdev_update` ([#1058](https://github.com/fastai/nbdev/pull/1058)), thanks to [@seeM](https://github.com/seeM)
15+
- fix bug in `nbdev.maker.update_import` which meant that `nbdev_update` didn't convert relative imports without `None` module (e.g `from . import foo` -> `from pkg import foo`)
16+
- fix `FileNotFoundError` in `nbdev_update` by passing the correct py module and corresponding notebook paths
17+
- fix `nbdev_update` introducing whitespace changes to notebooks
18+
19+
520
## 2.3.0
621

722
### Breaking Changes

0 commit comments

Comments
 (0)