Skip to content

Commit a84b584

Browse files
committed
release
1 parent aac4dd3 commit a84b584

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
22

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

5+
## 2.3.13
6+
7+
### New Features
8+
9+
- add support for 3.11 ([#1373](https://github.com/fastai/nbdev/pull/1373)), thanks to [@deven367](https://github.com/deven367)
10+
- update install_quarto to distinguish arm64 and amd64 ([#1356](https://github.com/fastai/nbdev/pull/1356)), thanks to [@JonasHarnau](https://github.com/JonasHarnau)
11+
- allow trailing `:` in directives for YAML compliance ([#1312](https://github.com/fastai/nbdev/pull/1312)), thanks to [@hamelsmu](https://github.com/hamelsmu)
12+
- CI error on uncleaned notebooks suggests upgrading nbdev ([#1308](https://github.com/fastai/nbdev/issues/1308))
13+
- Auto-add index file onto `section` ([#1307](https://github.com/fastai/nbdev/pull/1307)), thanks to [@p4perf4ce](https://github.com/p4perf4ce)
14+
- nbdev_clean: Add trailing newlines to mask diff between Jupyter and VSCode ([#1292](https://github.com/fastai/nbdev/pull/1292)), thanks to [@xl0](https://github.com/xl0)
15+
- exported modules can scrub_magics ([#1250](https://github.com/fastai/nbdev/pull/1250)), thanks to [@yegeniy](https://github.com/yegeniy)
16+
- Add extensions tutorial ([#1228](https://github.com/fastai/nbdev/pull/1228)), thanks to [@muellerzr](https://github.com/muellerzr)
17+
18+
### Bugs Squashed
19+
20+
- pin ipywidgets version ([#1318](https://github.com/fastai/nbdev/pull/1318)), thanks to [@hamelsmu](https://github.com/hamelsmu)
21+
- Fix encoding issue for Windows OS User especially for non-English user ([#1314](https://github.com/fastai/nbdev/pull/1314)), thanks to [@JunDamin](https://github.com/JunDamin)
22+
23+
524
## 2.3.11
625

726
### New Features

0 commit comments

Comments
 (0)