From ab755841e3fce41d023a30909b87ec4740eea3cb Mon Sep 17 00:00:00 2001 From: osc-bot <78549874+osc-bot@users.noreply.github.com> Date: Mon, 30 Oct 2023 15:34:07 -0400 Subject: [PATCH] Update Changelog (#3143) * update changelog * Update CHANGELOG.md --------- Co-authored-by: Jeff Ohrstrom --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 48edaccbbf..770a971a03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - RSS and MD MOTD formats can now render unsafe HTML in [3007](https://github.com/OSC/ondemand/pull/3007). - `CurrentUser` should now be availalbe in ondemand.d config rendering in [3035](https://github.com/OSC/ondemand/pull/3035). - Icons are now present in favorite paths [3076](https://github.com/OSC/ondemand/pull/3076). +- Debian 12 is now supported in [3127](https://github.com/OSC/ondemand/pull/3127). ### Fixed - Develop menu now correctly shows/hides when given a configuration in [2848](https://github.com/OSC/ondemand/pull/2848). @@ -35,7 +36,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - auto_modules correctly filters hidden modules in [2997](https://github.com/OSC/ondemand/pull/2997). - Sites using ips instead of hostnames correctly populate allowed hosts in [2998](https://github.com/OSC/ondemand/pull/2998). - ActiveJobs correclty parses NONE time in [2965](https://github.com/OSC/ondemand/pull/2965). -- `ondemand.d` files are now sorted before loaded in (2944)[https://github.com/OSC/ondemand/pull/2944]. +- `ondemand.d` files are now sorted before loaded in [2944](https://github.com/OSC/ondemand/pull/2944). +- The shell app can now ping/pong to keep connections alive in [3135](https://github.com/OSC/ondemand/pull/3135). ### Changed - Open OnDemand now requires NodeJS 18 and Ruby 3.1 on applicable platforms in [2885](https://github.com/OSC/ondemand/pull/2885).