File tree 1 file changed +19
-0
lines changed 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<!-- do not remove -->
4
4
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
+
5
24
## 2.0.7
6
25
7
26
### New Features
You can’t perform that action at this time.
0 commit comments