From 2b45aeac8a7b8eceb517de3e9fa24d8a10dc891e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Sat, 23 Mar 2024 12:19:55 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Update=20and=20tweak=20release?= =?UTF-8?q?=20notes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/release-notes.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/release-notes.md b/docs/release-notes.md index e077fee33c..9baf25daf9 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -1,14 +1,14 @@ ## Latest Changes -### 0.9.4 +### Fixes -### Features +* 🐛 Fix default value of `None` for CLI Parameters when the type is `list | None` and the default value is `None`. PR [#664](https://github.com/tiangolo/typer/pull/664) by [@theowisear](https://github.com/theowisear). -* ✨ Improve support for CLI translations using gettext. PR [#417](https://github.com/tiangolo/typer/pull/417) by [@mjodmj](https://github.com/mjodmj). +## 0.9.4 -### Fixes +### Features -* 🐛 Fix default value of `None` for CLI Parameters when the type is `list | None` and the default value is `None`. PR [#664](https://github.com/tiangolo/typer/pull/664) by [@theowisear](https://github.com/theowisear). +* ✨ Improve support for CLI translations using gettext. PR [#417](https://github.com/tiangolo/typer/pull/417) by [@mjodmj](https://github.com/mjodmj). ## 0.9.3