From c2146505c409b8a542c3f09cfe5cefc6f322dbc5 Mon Sep 17 00:00:00 2001 From: Jeremy Howard Date: Mon, 12 Aug 2024 08:29:51 +1000 Subject: [PATCH] release --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 068ec512..ac42e762 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ +## 0.3.3 + +### New Features + +- Default route name to function name if method provided ([#263](https://github.com/AnswerDotAI/fasthtml/issues/263)) +- `surreal` and `htmx` bool params for `FastHTML` and `fast_app` ([#258](https://github.com/AnswerDotAI/fasthtml/issues/258)) + + ## 0.3.2 ### New Features