CHANGELOG.md in bootsnap-0.3.0 vs CHANGELOG.md in bootsnap-0.3.1
- old
+ new
@@ -1,4 +1,10 @@
+# 0.3.1
+
+* Don't whitelist paths under `RbConfig::CONFIG['prefix']` as stable; instead use `['libdir']` (#41).
+* Catch `EOFError` when reading load-path-cache and regenerate cache.
+* Support relative paths in load-path-cache.
+
# 0.3.0
* Migrate CompileCache from xattr as a cache backend to a cache directory
* Adds support for Linux and FreeBSD