From e296fa3cc13ff9ee42d846a4ae2c934b52939907 Mon Sep 17 00:00:00 2001 From: Jeremy Howard Date: Tue, 30 Apr 2024 11:36:21 +1000 Subject: [PATCH] release --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d4a246c9..790328d63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ +## 2.3.18 + +### New Features + +- Add magic `__` symbols to `show_doc` output ([#1410](https://github.com/fastai/nbdev/issues/1410)) +- wrap `exports` cells in a shadowed box (like a card) ([#1409](https://github.com/fastai/nbdev/pull/1409)), thanks to [@hamelsmu](https://github.com/hamelsmu) + + ## 2.3.17 ### New Features