From 1978add2aa61a7e65655ec023d339e656402ad7b Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Mon, 30 Mar 2026 13:24:21 +0100 Subject: docs: update changelog with fixes since v2.3.0 - more robust patch parsing and gracefully handle errors - panic when cloning a bare `nostr://npub/identifier` URL with no relay hints --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 324bcff..8594feb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,9 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Added + +- git worktree support (a3b0bf6) - thanks to new contributor m0wer + ### Fixed -- gracefully handle errors identifying potential PR merges during push +- more robust patch parsing and gracefully handle errors (7a36aed, e1dd109, 6a2245d), +- panic when cloning a bare `nostr://npub/identifier` URL with no relay hints (f3a6ae8) ## [2.3.0] - 2026-03-05 -- cgit v1.2.3