We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b462d6 commit 358cd5cCopy full SHA for 358cd5c
1 file changed
CHANGES.md
@@ -2,6 +2,12 @@
2
3
## 1.6.0 (unreleased)
4
5
+- Fix shared reference data loss in pickle memo for mutable containers:
6
+ BINPUT stored empty snapshot before SETITEMS/APPENDS populated the
7
+ container, causing BINGET to return stale empty values [#18]
8
+- Optimize memo sync with lazy dirty flags: mark memo entries as stale
9
+ after mutations, resolve only on BINGET read or stack pop (eliminates
10
+ unnecessary clones for memo entries never re-read)
11
- Clean up dead code and compiler warnings: gate test-only functions with
12
`#[cfg(test)]`, prefix unused variables, convert doc comments on macros
13
to regular comments
0 commit comments