diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2026-03-30 13:24:21 +0100 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2026-03-30 16:29:24 +0000 |
| commit | 1978add2aa61a7e65655ec023d339e656402ad7b (patch) | |
| tree | 8233889ade3e66855337edf9b97749d992b10ecd | |
| parent | 820fd706a24be7a58554a27e411e120cfa28d9a6 (diff) | |
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
| -rw-r--r-- | CHANGELOG.md | 7 |
1 files changed, 6 insertions, 1 deletions
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 | |||
| 7 | 7 | ||
| 8 | ## [Unreleased] | 8 | ## [Unreleased] |
| 9 | 9 | ||
| 10 | ### Added | ||
| 11 | |||
| 12 | - git worktree support (a3b0bf6) - thanks to new contributor m0wer | ||
| 13 | |||
| 10 | ### Fixed | 14 | ### Fixed |
| 11 | 15 | ||
| 12 | - gracefully handle errors identifying potential PR merges during push | 16 | - more robust patch parsing and gracefully handle errors (7a36aed, e1dd109, 6a2245d), |
| 17 | - panic when cloning a bare `nostr://npub/identifier` URL with no relay hints (f3a6ae8) | ||
| 13 | 18 | ||
| 14 | ## [2.3.0] - 2026-03-05 | 19 | ## [2.3.0] - 2026-03-05 |
| 15 | 20 | ||