Skip to content

Commit

Permalink
Update CHANGELOG for new Remove-*GitBranch commands
Browse files Browse the repository at this point in the history
  • Loading branch information
rkeithhill committed Feb 24, 2019
1 parent 52d6a92 commit 14475c3
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,16 @@
- BREAKING: Removed SSH agent functionality from `posh-git` and put into another module focused solely on
Git SSH support. See [posh-sshell](https://github.com/dahlbyk/posh-sshell).
- BREAKING: Removed `PoshGitTextSpan.CustomAnsi` property - now just put your custom VT sequences in the
`PoshGitTextSpan.Text` property. Be sure to terminate your VT sequences with `"$([char]27)[0m"`
`PoshGitTextSpan.Text` property. Be sure to terminate your VT sequences with `"$([char]27)[0m"` or
``` "`e[0m" ``` on PowerShell Core.

### Added

- Add support for vsts-cli Git integration.
- Added `Remove-GitBranch` and `Remove-MergedGitBranch` commands. Partially addresses #79.
These commands currently only delete local branches.
([#79](https://github.com/dahlbyk/posh-git/issues/79))
([PR #663](https://github.com/dahlbyk/posh-git/pull/663))
- Added support for vsts-cli Git integration.
([#549](https://github.com/dahlbyk/posh-git/issues/549))
([PR #581](https://github.com/dahlbyk/posh-git/pull/581))
Thanks David Gardiner (@flcdrg)
Expand Down

0 comments on commit 14475c3

Please sign in to comment.