Skip to content

Commit

Permalink
Add to CHANGELOG about rermoval of CustomAnsi property
Browse files Browse the repository at this point in the history
  • Loading branch information
rkeithhill committed Feb 18, 2019
1 parent 0c015df commit ccc5630
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@

### Removed

- SSH agent functionality has been removed from `posh-git` and put into another module focused solely on
- 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"`

### Added

Expand Down

0 comments on commit ccc5630

Please sign in to comment.