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

Updates CHANGELOG.md #377

Merged
merged 1 commit into from
Jul 29, 2024
Merged
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
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
1.4.0 7/29/2024
* Updates Ruby to version 3.3.3.
* Updates Rails to version 6.1.7.8.
* Updates the deploy script to update ruby.
* Updates Github Actions.
* Bundle Update.
* Security updates to Nokogiri.
* Improves notes field with simple format.
* Moves javascript into asset pipeline.
* Adds Road Map feature.
* Adds Decommissioned as a feature.
* Bug Fixes
* Fixes null value in export function.
* Fixes sensitive information field.
* Fixes problem of deleting a record with a change request associated.
* Fixes problem with multi_value fields.

1.3.0 4/9/2024
* Updates Ruby to version 3.3.0
* Updates Rails to version 6.1.7.7
Expand Down
Loading