-
-
Notifications
You must be signed in to change notification settings - Fork 815
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add 1.0.0-beta2 section to CHANGELOG.md #542
Conversation
17bf4e1
to
610e0bd
Compare
610e0bd
to
9cabba6
Compare
@rkeithhill I've rebased this changes onto |
Weird, any idea why the reference-style links don't seem to be working? |
CHANGELOG.md
Outdated
- Changing `Write-VcsStatus`, `Write-GitStatus` and `Write-Prompt` to return a string rather than write to host when | ||
the host supports ANSI escape sequences. | ||
which support classes, enabling the enhanced structure of `$GitPromptSettings`, | ||
and writing prompt strings using [ANSI escape sequences](ansi-esc-code) / |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change this [ANSI escape sequences](ansi-esc-code)
to this [ANSI escape sequences][ansi-esc-code]
and it should work. Ditto for the other two.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sigh. Thanks.
Any other feedback?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Other than those three links, it looks good!
9cabba6
to
04cda24
Compare
Clean up various markdown linter warnings.
Let's use this PR for on-going tweaks to the CHANGELOG.md. Although I'm not anticipating making any more changes myself. Although I need to wrap up the README changes and tweak the Wiki on customizing your prompt function.
Should we shoot for a Feb 14th release of beta 2? I think we could easily pull that up if we wanted to.