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
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,18 @@
2
2
3
3
<!-- do not remove -->
4
4
5
+
## 2.3.14
6
+
7
+
### New Features
8
+
9
+
- Add --no_browser option to nbdev_preview ([#1400](https://github.com/fastai/nbdev/pull/1400)), thanks to [@bamford](https://github.com/bamford)
10
+
- added conda_user and package_data to cfg_tail ([#1351](https://github.com/fastai/nbdev/pull/1351)), thanks to [@dsm-72](https://github.com/dsm-72)
11
+
- add repo and tag options to `nbdev_new` ([#1350](https://github.com/fastai/nbdev/pull/1350)), thanks to [@dsm-72](https://github.com/dsm-72)
12
+
13
+
### Bugs Squashed
14
+
15
+
- Changed `serve.proc_nbs` so that it makes use of its arguments `file_glob` and `file_re` ([#1390](https://github.com/fastai/nbdev/pull/1390)), thanks to [@lukastk](https://github.com/lukastk)
0 commit comments