Skip to content

Commit 6c4a477

Browse files
committed
Add a note about the _cache changing
(This required some changes in Rapid, which access the _cache directly)
1 parent c45eac2 commit 6c4a477

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,10 @@ _Breaking changes, which may affect downstream projects, are marked with a_ ⚠
1919
# 2.0.0
2020
##### 2025-Nov-21
2121
* Switch the project code to TypeScript
22-
* ⚠️ While everything should backward compatible, generated files have moved:
22+
* ⚠️ While everything should be backward compatible, generated files have moved:
2323
* `dist/js/*` - Built JavaScript files
2424
* `dist/ts/*` - Built TypeScript declaration file
25+
* ⚠️ Internal `_cache` has changed from an `Object` to a `Map`
2526
* Update all dependencies
2627

2728

0 commit comments

Comments
 (0)