Skip to content

Commit fc4f4ed

Browse files
fix: correct wording in changelog for clarity and consistency
Signed-off-by: Nikola Hristov <Nikola@PlayForm.Cloud>
1 parent c7c748b commit fc4f4ed

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Format: [Keep a Changelog](https://keepachangelog.com/).
1818
- **Post-install activation burst** (`Extension.rs`): After `$deltaExtensions`
1919
adds an extension to Cocoon's registry, `onStartupFinished` activation events
2020
are now fired. Without this burst, extensions with `onStartupFinished` (e.g.
21-
`Anthropic.claude-code`) registered but never activated sidebar
21+
`Anthropic.claude-code`) registered but never activated - sidebar
2222
contributions and commands silently no-oped until the next full restart.
2323
- **Sidebar scan handlers** (`mod.rs`): `extensions:scanSystemExtensions` ->
2424
`getInstalled(type=0)` and `extensions:scanUserExtensions` ->
@@ -91,7 +91,7 @@ Format: [Keep a Changelog](https://keepachangelog.com/).
9191
`$mid: 1` via the new UriComponents helper.
9292
- **DTO serialization** (`ExtensionDescriptionStateDTO`): Removed
9393
`skip_serializing_if = "String::is_empty"` from `Name`, `Version`,
94-
`Publisher` omitting the key crashed the renderer with
94+
`Publisher` - omitting the key crashed the renderer with
9595
`TypeError: undefined is not an object`.
9696
- **Log file eager init** (`Entry.rs`, `DevLog.rs`): `InitEager()` called at
9797
binary startup. `BinarySignature()` fixed to correctly split PascalCase

0 commit comments

Comments
 (0)