CHANGELOG.md in bootsnap-1.18.2 vs CHANGELOG.md in bootsnap-1.18.3

- old
+ new

@@ -1,6 +1,11 @@ # Unreleased +# 1.18.3 + +* Fix the cache corruption issue in the revalidation feature. See #474. + The cache revalidation feature remains opt-in for now, until it is more battle tested. + # 1.18.2 * Disable stale cache entries revalidation by default as it seems to cause cache corruption issues. See #471 and #474. Will be re-enabled in a future version once the root cause is identified. * Fix a potential compilation issue on some systems. See #470.