File tree 1 file changed +15
-0
lines changed 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<!-- do not remove -->
4
4
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
+
5
20
## 2.3.0
6
21
7
22
### Breaking Changes
You can’t perform that action at this time.
0 commit comments