You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,21 @@
2
2
3
3
<!-- do not remove -->
4
4
5
+
## 2.2.6
6
+
7
+
### New Features
8
+
9
+
- Build `_modidx.py` on demand in order to git conflicts ([#911](https://github.com/fastai/nbdev/issues/911))
10
+
- Add source link to index ([#909](https://github.com/fastai/nbdev/issues/909))
11
+
- Order left navigation sections using numeric prefix ([#901](https://github.com/fastai/nbdev/issues/901))
12
+
- Automatic rendering of python files with frontmatter ([#895](https://github.com/fastai/nbdev/issues/895))
13
+
14
+
### Bugs Squashed
15
+
16
+
- Make sure `#|exec_doc` triggers an update even when there is no export or show_doc ([#906](https://github.com/fastai/nbdev/pull/906)), thanks to [@hamelsmu](https://github.com/hamelsmu)
17
+
- allow nbdev directives to work with cell magic ([#905](https://github.com/fastai/nbdev/pull/905)), thanks to [@hamelsmu](https://github.com/hamelsmu)
0 commit comments