From e5a2c420347a89b3f33f43b4bd2077cf525a6842 Mon Sep 17 00:00:00 2001 From: karrie Date: Thu, 21 Jan 2021 15:21:28 -0500 Subject: [PATCH] Update change log --- docs/changelog.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/changelog.md b/docs/changelog.md index 5a18993f39e0..c9fe1568ddc1 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -16,6 +16,18 @@ This page lists highlights, bug fixes, and known issues for official Streamlit r $ pip install --upgrade streamlit ``` +## Version 0.75.0 + +_Release date: January 21, 2021_ + +**Notable Changes** + +- 🕳 [`st.empty`](https://docs.streamlit.io/en/0.75.0/api.html#streamlit.empty) + previously would clear the component at the end of the script. It has now been + updated to clear the component instantly. +- 🛹 Previously in wide mode, we had thin margins around the webpage. This has + now been increased to provide a better user experience. + ## Version 0.74.0 _Release date: January 6, 2021_