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