Skip to content

Commit e3bbcc6

Browse files
committed
release
1 parent ccdc0b6 commit e3bbcc6

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

‎CHANGELOG.md‎

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

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

5+
## 2.3.32
6+
7+
### New Features
8+
9+
- Improve backtick regex matching for function names ([#1469](https://github.com/fastai/nbdev/pull/1469)), thanks to [@ncoop57](https://github.com/ncoop57)
10+
- make `nb_export` a cli [Enhancement] ([#1450](https://github.com/fastai/nbdev/pull/1450)), thanks to [@hamelsmu](https://github.com/hamelsmu)
11+
- Make `nbdev_export` work outside nbdev repos ([#799](https://github.com/fastai/nbdev/issues/799))
12+
13+
### Bugs Squashed
14+
15+
- Use `r` strings to avoid new Python SyntaxWarnings in regex ([#1452](https://github.com/fastai/nbdev/issues/1452))
16+
- Nested `lib_path` values break module -> notebook sync ([#1393](https://github.com/fastai/nbdev/issues/1393))
17+
18+
519
## 2.3.31
620

721
### New Features

0 commit comments

Comments
 (0)