File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed
Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments