From 45e611c95bf65bd29127316813269bd12408e4df Mon Sep 17 00:00:00 2001 From: osc-bot <78549874+osc-bot@users.noreply.github.com> Date: Tue, 19 Nov 2024 10:48:16 -0500 Subject: [PATCH] Update Changelog (#3961) * update changelog --------- Co-authored-by: Jeff Ohrstrom --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ac017c74f..52d335525 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -64,6 +64,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - 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). +- OnDemand packages no longer relies on scl at runtime in [3952](https://github.com/OSC/ondemand/pull/3952). ### Fixed - Ensure that the asset directory is clean when building in [3356](https://github.com/OSC/ondemand/pull/3356).