From a3676abcfa803982df24ffbe806eb279f738cb37 Mon Sep 17 00:00:00 2001 From: aaronskiba <71047780+aaronskiba@users.noreply.github.com> Date: Tue, 26 Mar 2024 09:50:22 -0600 Subject: [PATCH] Add Changelog entries for PR #3365 and #3376 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ecca00727..3aeeb4e2f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -151,6 +151,14 @@ We sometimes use the button native Dom element to programmatically click, as the - Fixed rubocop errors after Bootstrap upgrade - Fixed RSpec tests after Bootstrap upgrade - Fix "undefined" Tooltip Messages [#3364](https://github.com/DMPRoadmap/roadmap/pull/3364) +- Fixed rubocop errors after V4.1.1 release +- Fixed MySQL and PostgreSQL GitHub Actions [PR #3376](https://github.com/DMPRoadmap/roadmap/pull/3376) + - Removed duplicate `node-version:` statements from the `mysql.yml` and `postgres.yml` workflows + - Replaced `webdrivers` gem with `selenium-webdriver` gem + - Disabled `rack-attack` gem from throttling `/users/sign_in` path in Rails test environment + - Addressed `Faker` deprecation warnings + - Made some small changes to fix some existing tests +- Prevent Duplicate Options in 'Select Guidance' [PR #3365](https://github.com/DMPRoadmap/roadmap/pull/3365) ## V4.1.1