docs(release): fold can_decode memoization into 0.9.1 (drop premature 0.9.2)#45
Merged
Conversation
…notes PR #44 (can_decode verdict memoization) merged before its release-note correction landed, leaving a premature planning/releases/0.9.2.md. 0.9.1 is still unreleased, so both decoder-dispatch fixes — nested-CustomType correctness and can_decode memoization — ship under the single 0.9.1 tag. Expands 0.9.1.md to document both; removes the 0.9.2.md draft. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Follow-up to the already-merged PR #44. That PR (the
can_decodeverdict memoization) was merged before its release-note correction landed, so it left a prematureplanning/releases/0.9.2.mdonmain.0.9.1 is still unreleased, so both decoder-dispatch fixes ship under one tag:
CustomTypecorrectness (PR fix(decoders): MsgspecDecoder.can_decode rejects nested CustomType (0.9.1) #43)can_decodememoization (PR perf(decoders): memoize can_decode verdict per model (0.9.2) #44)This PR:
planning/releases/0.9.1.mdinto a two-part release covering both fixes.planning/releases/0.9.2.md.Docs-only; no code change.
Test Plan
0.9.1.md/0.9.2.mdonly0.9.1.mddocuments both the correctness fix and the perf fix🤖 Generated with Claude Code