diff options
Diffstat (limited to 'CHANGELOG.md')
| -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 | ||