From 4b86ebe3f4cca8514ddbb8411f0ee0e9215f795f Mon Sep 17 00:00:00 2001 From: Joe Cheng Date: Wed, 21 Aug 2024 12:19:23 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 657f53b61..092eaa051 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,7 +31,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * `ui.notification_show(duration=None)` now persists the notification until the app user closes it. (#1577) -* Some copies of Windows 10 have registry entries mapping .js files to content type "text/plain", which was causing all sorts of problems for browsers. +* Some copies of Windows 10 have registry entries mapping .js files to content type "text/plain", which was causing all sorts of problems for browsers. (#1624) ### Deprecations