From 910340096d970330cb8013f6a45f01347353e376 Mon Sep 17 00:00:00 2001 From: Ronnie Dutta <61982285+MetRonnie@users.noreply.github.com> Date: Thu, 6 Jul 2023 15:03:55 +0100 Subject: [PATCH] Update changelog --- CHANGES.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 205295a1..a1522b77 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -12,9 +12,16 @@ updated. Only the first match gets replaced, so it's fine to leave the old ones in. --> ------------------------------------------------------------------------------- -## __cylc-uiserver-1.2.3 (UPCOMING)__ +## __cylc-uiserver-1.3.0 (Upcoming)__ -[#456](https://github.com/cylc/cylc-uiserver/pull/456)- (packaging) pinned +[Updated cylc-ui to 2.0.0](https://github.com/cylc/cylc-ui/blob/master/CHANGES.md) + +### Fixes + +[#463](https://github.com/cylc/cylc-uiserver/pull/463) - Fixed failure to +connect to workflows when they were restarted. + +[#456](https://github.com/cylc/cylc-uiserver/pull/456) - (packaging) pinned upper version of jupyter_server to prevent `pip` from installing version 2. ------------------------------------------------------------------------------- @@ -24,12 +31,12 @@ upper version of jupyter_server to prevent `pip` from installing version 2. ### Enhancements -[#434](https://github.com/cylc/cylc-uiserver/pull/434)- Added the server side +[#434](https://github.com/cylc/cylc-uiserver/pull/434) - Added the server side code for the analysis view in the UI ### Fixes -[#431](https://github.com/cylc/cylc-uiserver/pull/431)- Adds an additional +[#431](https://github.com/cylc/cylc-uiserver/pull/431) - Adds an additional cleaning check for the UI server contact file. This may have caused problems running a UI server following a crash.