CHANGELOG.md in bootsnap-1.15.0 vs CHANGELOG.md in bootsnap-1.16.0
- old
+ new
@@ -1,6 +1,13 @@
# Unreleased
+# 1.16.0
+
+* Use `RbConfig::CONFIG["rubylibdir"]` instead of `RbConfig::CONFIG["libdir"]` to check for stdlib files. See #431.
+* Fix the cached version of `YAML.load_file` being slightly more permissive than the default `Psych` one. See #434.
+ `Date` and `Time` values are now properly rejected, as well as aliases.
+ If this causes a regression in your application, it is recommended to load *trusted* YAML files with `YAML.unsafe_load_file`.
+
# 1.15.0
* Add a readonly mode, for environments in which the updated cache wouldn't be persisted. See #428 and #423.
# 1.14.0