Skip to content

Commit 245b7b1

Browse files
committedAug 2, 2022
release
1 parent 486aba3 commit 245b7b1

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
 

‎CHANGELOG.md

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

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

5+
## 2.1.0
6+
7+
### Breaking Changes
8+
9+
- `nbdev_sidebar` now looks for `.qmd` files instead of `.md` files
10+
11+
### New Features
12+
13+
- automatically add `output:asis` for showdoc cells ([#726](https://github.com/fastai/nbdev/issues/726))
14+
- accelerate `nbdev_readme` ([#715](https://github.com/fastai/nbdev/issues/715))
15+
- deterministic `show_doc` and `DocmentTbl` `repr` ([#707](https://github.com/fastai/nbdev/pull/707)), thanks to [@seeM](https://github.com/seeM)
16+
17+
### Bugs Squashed
18+
19+
- KeyError 'repo' when trying to create a new nbdev project with `nbdev_new` ([#720](https://github.com/fastai/nbdev/issues/720))
20+
- `show_doc` ends the details column at any `|` character ([#712](https://github.com/fastai/nbdev/issues/712))
21+
- only add to `.gitattributes` if missing ([#706](https://github.com/fastai/nbdev/pull/706)), thanks to [@seeM](https://github.com/seeM)
22+
23+
524
## 2.0.7
625

726
### New Features

0 commit comments

Comments
 (0)