Skip to content

Commit

Permalink
Merge pull request #397 from mishina2228/chagelog
Browse files Browse the repository at this point in the history
Fix typos in the changelog
  • Loading branch information
casperisfine committed Jan 26, 2022
2 parents 7b7bfca + 88d72e9 commit e3ef615
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
Since `1.8.0`, `YAML.load_file` was no longer cached when Psych 4 was used. This is because `load_file` loads
in safe mode by default, so the Bootsnap cache could defeat that safety.
Now when precompiling YAML files, Bootsnap first try to parse them in safe mode, and if it can't fallback to unsafe mode,
and the cache contains a flag that records wether it was generated in safe mode or not.
and the cache contains a flag that records whether it was generated in safe mode or not.
`YAML.unsafe_load_file` will use safe caches just fine, but `YAML.load_file` will fallback to uncached YAML parsing
if the cache was generated using unsafe parsing.

Expand Down Expand Up @@ -63,7 +63,7 @@

# 1.8.0

* Improve support for Pysch 4. (#368)
* Improve support for Psych 4. (#368)

# 1.7.7

Expand All @@ -81,8 +81,8 @@

# 1.7.4

* Stop raising errors when encoutering various file system errors. The cache is now best effort,
if somehow it can't be saved, bootsnapp will gracefully fallback to the original operation (e.g. `Kernel.require`).
* Stop raising errors when encountering various file system errors. The cache is now best effort,
if somehow it can't be saved, bootsnap will gracefully fallback to the original operation (e.g. `Kernel.require`).
(#353, #177, #262)

# 1.7.3
Expand Down

0 comments on commit e3ef615

Please sign in to comment.