From 1acbe869e85b1d942b725ebe808196b308e1780f Mon Sep 17 00:00:00 2001 From: osc-bot <78549874+osc-bot@users.noreply.github.com> Date: Wed, 13 Nov 2024 10:01:03 -0500 Subject: [PATCH] Update Changelog (#3947) * update changelog --------- Co-authored-by: Jeff Ohrstrom --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 34f12b018..ac017c74f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -62,7 +62,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - This includes auto modules in [3905](https://github.com/OSC/ondemand/pull/3905). - Batch connect applications always cast select_options to an array in [3872](https://github.com/OSC/ondemand/pull/3872). - test, package and development gems are no longer installed in production in [3906](https://github.com/OSC/ondemand/pull/3906). - +- A single cluster form item is now hidden, not fixed, allowing dynamic directives to work on single clusters in + [3931](https://github.com/OSC/ondemand/pull/3931). ### Fixed - Ensure that the asset directory is clean when building in [3356](https://github.com/OSC/ondemand/pull/3356).