From b31c2d0e7f6d075ad972987937fa64c2ecc78077 Mon Sep 17 00:00:00 2001 From: KeviM Date: Thu, 14 May 2026 21:40:09 -0700 Subject: [PATCH] docs(changelog): backfill Unreleased for 5 post-v0.2.0 changes Tracks PRs #8 (pre-commit targets), #9/#10 (README install pin), #11 (LICENSE de-truncate), #12 (.editorconfig). Roll-up for the next release. --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 60b2213..83a1015 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,22 @@ uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +### Added + +- `.editorconfig` (fleet-standard: tabs, 4-width, LF, UTF-8, 100-col + max for C++). Sibling to `.clang-format`; covers editors that don't + read `.clang-format` (#12). +- `make pre-commit` + `make install-hooks` targets — auto-format + lint + via git pre-commit hook (#8). + +### Changed + +- README install snippet pinned to v0.2.0 (#9, #10). + +### Fixed + +- LICENSE: copyright holder de-truncated (#11). + ## [0.2.0] - 2026-05-12 ### Changed