CHANGELOG.md in bootsnap-1.9.1 vs CHANGELOG.md in bootsnap-1.9.2
- old
+ new
@@ -1,6 +1,11 @@
# Unreleased
+# 1.9.2
+
+* Disable compile cache if Ruby 3.0.3's ISeq cache bug is detected.
+* Fix `Kernel.load` behavior: before `load 'a'` would load `a.rb` (and other tried extensions) and wouldn't load `a` unless `development_mode: true`, now only `a` would be loaded and files with extensions wouldn't be.
+
# 1.9.1
* Removed a forgotten debug statement in JSON precompilation.
# 1.9.0