docs: add 0.26.1 release notes to CHANGELOG and info.go
This commit is contained in:
@@ -287,6 +287,15 @@ type VersionChange struct {
|
||||
|
||||
// versionChanges contains agent-actionable changes for recent versions
|
||||
var versionChanges = []VersionChange{
|
||||
{
|
||||
Version: "0.26.1",
|
||||
Date: "2025-11-29",
|
||||
Changes: []string{
|
||||
"CRITICAL FIX (bd-53c): Reverse ZFC check prevents stale DB from corrupting JSONL",
|
||||
"bd sync now detects when JSONL has more issues than DB and imports first",
|
||||
"Prevents fresh/stale clones from exporting incomplete database state",
|
||||
},
|
||||
},
|
||||
{
|
||||
Version: "0.26.0",
|
||||
Date: "2025-11-27",
|
||||
|
||||
Reference in New Issue
Block a user