Skip to content

Commit

Permalink
Merge pull request rails#49318 from yahonda/add_changelog_entry_for_b…
Browse files Browse the repository at this point in the history
…igdecimal

Add CHANGELOG entry to add bigdecimal as Active Support dependency
  • Loading branch information
guilleiguaran authored Sep 20, 2023
2 parents 3c7a8d7 + bc8da7a commit 0723e6c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions activesupport/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@

## Rails 7.1.0.beta1 (September 13, 2023) ##

* Add `bigdecimal` as Active Support dependency that is a bundled gem candidate for Ruby 3.4.

`bigdecimal` 3.1.4 or higher version will be installed.
Ruby 2.7 and 3.0 users who want `bigdecimal` version 2.0.0 or 3.0.0 behavior as a default gem,
pin the `bigdecimal` version in your application Gemfile.

*Koichi ITO*

* Add `drb`, `mutex_m` and `base64` that are bundled gem candidates for Ruby 3.4

*Yasuo Honda*
Expand Down

0 comments on commit 0723e6c

Please sign in to comment.