diff --git a/CHANGELOG.md b/CHANGELOG.md index 7dd686b7b47..2ba39ce9971 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,13 @@ DO NOT ADD CHANGES HERE - ADD THEM USING log_change.sh ~~~ +## [v7.3-beta.12] - 2024-03-11 + +* Issue **#4152** : Fix date time formatter always showing `Z` when it should show actual timezone. + +* Issue **#4150** : StroomQL `vis as` keyword replaced with `show` plus added validation to parameters. + + ## [v7.3-beta.11] - 2024-03-01 * Issue **#4132** : Add tooltips to the copy/open hover buttons on table cell values. @@ -363,7 +370,8 @@ eval EventId = first(EventId)`, `evt` => `eval EventId = first(EventId)` and `st * Issue **#3830** : Add S3 data storage option. -[Unreleased]: https://github.com/gchq/stroom/compare/v7.3-beta.11...HEAD +[Unreleased]: https://github.com/gchq/stroom/compare/v7.3-beta.12...HEAD +[v7.3-beta.12]: https://github.com/gchq/stroom/compare/v7.3-beta.11...v7.3-beta.12 [v7.3-beta.11]: https://github.com/gchq/stroom/compare/v7.3-beta.10...v7.3-beta.11 [v7.3-beta.10]: https://github.com/gchq/stroom/compare/v7.3-beta.9...v7.3-beta.10 [v7.3-beta.9]: https://github.com/gchq/stroom/compare/v7.3-beta.8...v7.3-beta.9 diff --git a/unreleased_changes/20240308_095510_520__4152.md b/unreleased_changes/20240308_095510_520__4152.md deleted file mode 100644 index 3afe3585059..00000000000 --- a/unreleased_changes/20240308_095510_520__4152.md +++ /dev/null @@ -1,24 +0,0 @@ -* Issue **#4152** : Fix date time formatter always showing `Z` when it should show actual timezone. - - -```sh -# ******************************************************************************** -# Issue title: When displaying date/times as non UTC, Stroom incorrectly showing `Z` suffix as opposed to actual offset -# Issue link: https://github.com/gchq/stroom/issues/4152 -# ******************************************************************************** - -# ONLY the top line will be included as a change entry in the CHANGELOG. -# The entry should be in GitHub flavour markdown and should be written on a SINGLE -# line with no hard breaks. You can have multiple change files for a single GitHub issue. -# The entry should be written in the imperative mood, i.e. 'Fix nasty bug' rather than -# 'Fixed nasty bug'. -# -# Examples of acceptable entries are: -# -# -# * Issue **123** : Fix bug with an associated GitHub issue in this repository -# -# * Issue **namespace/other-repo#456** : Fix bug with an associated GitHub issue in another repository -# -# * Fix bug with no associated GitHub issue. -``` diff --git a/unreleased_changes/20240308_142150_421__4150.md b/unreleased_changes/20240308_142150_421__4150.md deleted file mode 100644 index 3b878608c2e..00000000000 --- a/unreleased_changes/20240308_142150_421__4150.md +++ /dev/null @@ -1,24 +0,0 @@ -* Issue **#4150** : StroomQL `vis as` keyword replaced with `show` plus added validation to parameters. - - -```sh -# ******************************************************************************** -# Issue title: sQL vis syntax -# Issue link: https://github.com/gchq/stroom/issues/4150 -# ******************************************************************************** - -# ONLY the top line will be included as a change entry in the CHANGELOG. -# The entry should be in GitHub flavour markdown and should be written on a SINGLE -# line with no hard breaks. You can have multiple change files for a single GitHub issue. -# The entry should be written in the imperative mood, i.e. 'Fix nasty bug' rather than -# 'Fixed nasty bug'. -# -# Examples of acceptable entries are: -# -# -# * Issue **123** : Fix bug with an associated GitHub issue in this repository -# -# * Issue **namespace/other-repo#456** : Fix bug with an associated GitHub issue in another repository -# -# * Fix bug with no associated GitHub issue. -```