Skip to content

Commit 307e5d8

Browse files
committed
docs: Update changelog
1 parent 54ea2a5 commit 307e5d8

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,24 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
<!-- next-header -->
88
## [Unreleased] - ReleaseDate
99

10+
### Compatibility
11+
12+
- `git amend` no-ops now fail
13+
14+
### Features
15+
16+
- `git amend <rev>` is now supported
17+
18+
### Fixes
19+
20+
- `git amend` only reports an amend happening on success
21+
- `git amend` no-ops are now quieter
22+
- `git amend` no-ops now fail
23+
- `git amend` can now amend fixups
24+
- `git amend` won't lose unstaged changes anymore
25+
- `git amend` moves to fixup commit on failure
26+
- `git run` is more explicit about what it is testing and what the status was for
27+
1028
## [0.10.5] - 2023-01-10
1129

1230
### Fixes

0 commit comments

Comments
 (0)