From db5cb9ee86bd2c8213327b2cbed760f7157c8ad5 Mon Sep 17 00:00:00 2001 From: NikoHelle Date: Mon, 15 Apr 2024 14:44:45 +0300 Subject: [PATCH] (hds-2141) Updated CHANGELOG --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 142de03417..8862d5236d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,7 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 #### Changed -- [Component] What has been changed +- [Login] API tokens are removed when user token renewal starts - [Notification] Change auto closing notification progressbar to decrease instead of increase. #### Fixed @@ -53,6 +53,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 #### Added +- [Login] Improved LoginProvider and api token client documentation. - Added measure and outline addons to Storybook #### Changed @@ -99,6 +100,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - [Component] What bugs/typos are fixed? +### Hds-js + +#### Changed + +- [Login] API tokens are removed when user token renewal starts + ## [3.7.0] - April, 11, 2024 ### React