Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
Closes Shopify#299 299
  • Loading branch information
rafaelfranca committed May 1, 2020
1 parent 2530f97 commit 0d4bf64
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# 1.4.6

* Fix bug that was erroneously considering that files containing `.` in the names were being
required if a different file with the same name was already being required

Example:

require 'foo'
require 'foo.en'

Before bootsnap was considering `foo.en` to be the same file as `foo`

* Use glibc as part of the ruby_platform cache key

# 1.4.5

* MRI 2.7 support
Expand Down

0 comments on commit 0d4bf64

Please sign in to comment.