From c94a64c688287509af3c533b47a675873ce1ff44 Mon Sep 17 00:00:00 2001 From: Greg Gauthier Date: Mon, 30 Mar 2026 19:02:40 +0100 Subject: [PATCH] docs(changelog): add v0.3.6 entry and backfill previous versions - Added changelog entries for v0.3.4 and v0.3.5 - Documented fixes and changes for v0.3.6 including error handling, README updates, and version bumps --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c0d7773..59fa3cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## [v0.3.6] - 2026-03-30 + +### Fixed +- Handle fprintf error in version output by wrapping with error check. + +### Changed +- Promote "Logging" to H2 and adjust subheadings to H3 in README. +- Bump version references from 0.3.3 to 0.3.5 in installation scripts. +- Convert plain text sections to Markdown headings in README. +- Add v0.3.5 entry to changelog documenting Markdown support and Windows tweaks. +- Add v0.3.4 entry to changelog for Windows support. ## [v0.3.5] - 2026-03-30 Now with Markdown editing flair and Windows install tweaks!