From 0c2343f73324dad5312dadf04996c6013034585b Mon Sep 17 00:00:00 2001 From: Jeremy Howard Date: Wed, 27 Jul 2022 16:02:21 +1000 Subject: [PATCH] release --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 95203c754..f83967750 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ +## 2.0.0 + +- From-scratch rewrite of nbdev! nbdev now uses [Quarto](https://quarto.org/) to create beautiful and full-featured websites +- nbdev2 is much faster than previous versions +- Note that you should run `nbdev_migrate_directives` after upgrading to use the new comment directive format (e.g `#| export` instead of `#export`) + + ## 1.2.11 ### New Features