From 1d2659401066156d0e335af1fbaf2ce982bf428d Mon Sep 17 00:00:00 2001 From: Micheal Wilkinson Date: Thu, 19 Mar 2026 16:28:44 +0000 Subject: [PATCH] docs(changelog): add unreleased migration notes --- changelog.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/changelog.md b/changelog.md index 7025b31..8b215f8 100644 --- a/changelog.md +++ b/changelog.md @@ -7,6 +7,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Added + +- Native Go implementations for `clone`, `link`, `unlink`, and `track`. +- Containerized behavior test suite for command parity validation. +- Dedicated test suites for `list`, `show_path`, `status`, `diff`, and `version`. +- Just workflow support for building and running the Linux behavior binary. + +### Changed + +- CLI argument parsing migrated to Kong. +- Git operations for clone and track migrated to `go-git`. +- Release notes standardized to Keep a Changelog format. + +### Fixed + +- `status` and `diff` now consistently write through configured app output writers. + +### Removed + +- Legacy Ruby implementation and Ruby toolchain. + ## [1.1.6] - 2017-12-20 ### Fixed