From 267d764afa0f2302720e6373d6d47d0260e109db Mon Sep 17 00:00:00 2001 From: jeffgreiner-eaton Date: Fri, 17 Nov 2023 15:32:55 -0500 Subject: [PATCH] add change log entry --- login-workflow/CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/login-workflow/CHANGELOG.md b/login-workflow/CHANGELOG.md index e94a25ab..0152deef 100644 --- a/login-workflow/CHANGELOG.md +++ b/login-workflow/CHANGELOG.md @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## v4.0.1 (Unreleased) + +### Fixed + +- Translations not working while throwing error from actions ([#513](https://github.com/etn-ccis/blui-react-workflows/issues/513)). +- Error in the dialog / message box does not translate ([#510](https://github.com/etn-ccis/blui-react-workflows/issues/510)). +- Title missing in the messageBoxConfig of ErrorManager ([#507](https://github.com/etn-ccis/blui-react-workflows/issues/507)). + ## v4.0.0 (October 4, 2023) ### Added