Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Missing Entries and PR Reference Links to CHANGELOG.md #3471

Open
wants to merge 1 commit into
base: development
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
# Changelog

- Updated app to rails 7 [#3426](https://github.com/DMPRoadmap/roadmap/pull/3426)
- Address Some Bullet Warnings / Optimise Mean Request Times [#3440](https://github.com/DMPRoadmap/roadmap/pull/3440)
- Fix Flaky Tests / Optimize Checking of plan.title Within spec/features/plans/exports_spec.rb [#3451](https://github.com/DMPRoadmap/roadmap/pull/3451)
- Refactor Plan.deep_copy(plan) [#3469](https://github.com/DMPRoadmap/roadmap/pull/3469)
- Fixed a bug in the deep copy of plans where the old identifier was being copied into the new plan. We now copy the generated id of the new plan to the identifier field.
- Fixed bar chart click function in the Usage dashboard (GitHub issue #3443)
- Fixed a bug in the deep copy of plans where the old identifier was being copied into the new plan. We now copy the generated id of the new plan to the identifier field. [#3441](https://github.com/DMPRoadmap/roadmap/pull/3441)
- Fixed bar chart click function in the Usage dashboard [#3444](https://github.com/DMPRoadmap/roadmap/pull/3444)


**Note this upgrade is mainly a migration from Bootstrap 3 to Bootstrap 5.**
Expand Down