Skip to content

Commit 6ff12ed

Browse files
author
John Haley
committed
Remove options being optional on Stash.apply and Stash.pop
1 parent ad991fd commit 6ff12ed

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
- `checkout_opts` in `Reset.fromAnnotated` and `Reset.reset` are now optional
1212
- `Reset.fromAnnotated` is now async
1313
- `message` on `Stash.save` is now optional
14-
- `options` on `Stash.apply` and `Stash.pop` is now optional
1514
- Added `processMergeMessageCallback` on `Repository#mergeBranches` to allow for custom merge messages
1615
- Add `beforeFinishFn` to `Repository#rebaseBranches` and `Repository#continueRebase`. This is called before the invocation of `finish()`. If the callback returns a promise, `finish()` will be called when the promise resolves. The `beforeFinishFn` will be called with an object that has on it:
1716
- `ontoName` The name of the branch that we rebased onto

0 commit comments

Comments
 (0)