From 1e9781cf0fee9bedd1e5544bad745afaedc6e0de Mon Sep 17 00:00:00 2001 From: Abubakar Abid Date: Thu, 17 Nov 2022 08:59:48 -0800 Subject: [PATCH] Update CHANGELOG.md (#2664) --- CHANGELOG.md | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c76cb160d..0a8b62ec5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,28 @@ -# Upcoming Release +# Upcoming Release + +## New Features: +No changes to highlight. + +## Bug Fixes: +No changes to highlight. + +## Documentation Changes: +No changes to highlight. + +## Testing and Infrastructure Changes: +No changes to highlight. + +## Breaking Changes: +No changes to highlight. + +## Full Changelog: +No changes to highlight. + +## Contributors Shoutout: +No changes to highlight. + + +# 3.10.0 ## New Features: * Add support for `'password'` and `'email'` types to `Textbox`. [@pngwn](https://github.com/pngwn) in [PR 2653](https://github.com/gradio-app/gradio/pull/2653)