diff --git a/CHANGELOG.md b/CHANGELOG.md index d47f512bdf..481b916ab6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -55,6 +55,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - The shell app now has configurations for ping ponging. Ping pongs are disabled by default, will only ping pong for a certain duration after inactivity and the connections will close altogether after a certian duration regardless of activity in [3805](https://github.com/OSC/ondemand/pull/3805) and [3810](https://github.com/OSC/ondemand/pull/3810). +- Empty directories can now be downloaded in [3841](https://github.com/OSC/ondemand/pull/3841). ### Fixed - Ensure that the asset directory is clean when building in [3356](https://github.com/OSC/ondemand/pull/3356). @@ -67,12 +68,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Download buttons will now be hidden for certain files like pipes in [3654](https://github.com/OSC/ondemand/pull/3654). - Favorite file paths now consult the Allowlist in [3526](https://github.com/OSC/ondemand/pull/3526). - The ood_portal.conf now accounts for /dex (dex_uri) when enabling maintenance mode in [3736](https://github.com/OSC/ondemand/pull/3736). -- mod_ood_proxy now correctly proxies for httpd 2.4.62 in [3728](https://github.com/OSC/ondemand/pull/3728) - and [3776](https://github.com/OSC/ondemand/pull/3776). +- mod_ood_proxy now correctly proxies for httpd 2.4.62 in [3728](https://github.com/OSC/ondemand/pull/3728), + [3776](https://github.com/OSC/ondemand/pull/3776) and [3791](https://github.com/OSC/ondemand/pull/3791). - ood_auth_map now accounts for more than just \w for usernames in [3753](https://github.com/OSC/ondemand/pull/3753). - Pipes and fifos no longer show as downloadable in [3718](https://github.com/OSC/ondemand/pull/3718). - Allowlist compuations have been optimized in [3804](https://github.com/OSC/ondemand/pull/3804). - data_field widgets now initialize their value to today in [3817](https://github.com/OSC/ondemand/pull/3817). +- Batch Connect cache files now correct serialize in [3819](https://github.com/OSC/ondemand/pull/3819). ### Security