Skip to content

Commit

Permalink
docs: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
borisdiakur committed Dec 20, 2024
1 parent 31b862b commit f6a1de8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 4.0.1 (2024-12-20)
* fix: reusable variables are serialized incorrectly (#307)

### 4.0.0 (2024-06-20)
* __BREAKING CHANGE__: The `maxAge` option now ensures that the cache becomes invalid after the specified cache lifetime is reached based on `stats.mtimeMs` (last modification time of the cache file) instead of relying on an in memory timeout that invalidates the cache. This ensures that cache life times are evaluated correctly between multiple processes.

Expand Down

0 comments on commit f6a1de8

Please sign in to comment.