From 428f23074b1f737aca69c6f10d58ee8af3389cde Mon Sep 17 00:00:00 2001 From: Peter Grayson Date: Sun, 22 Aug 2021 18:35:13 -0400 Subject: [PATCH] More changelog updates - Use "[Unreleased]" for unreleased section header - Reformat to 72-column limit - Add entry for PR #148 Signed-off-by: Peter Grayson --- CHANGELOG.md | 28 ++++++++++++++++------------ 1 file changed, 16 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba8b0cb..a92f333 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,35 +1,39 @@ # Changelog -## [X.Y] 2021-MM-DD +## [Unreleased] ### Removed ### Added -- `stg rebase ` learns `--interactive`; easily re-order, edit, squash, fixup, or - delete patches via your editor -- `stg rebase` learns `--autostash`; stash changes before the rebase and apply - them after. Also configurable with the `stgit.autostash` configuration option +- `stg rebase ` learns `--interactive`; easily re-order, edit, squash, + fixup, or delete patches via your editor +- `stg rebase` learns `--autostash`; stash changes before the rebase and + apply them after. Also configurable with the `stgit.autostash` + configuration option - `stg edit` can now rename patches (#119) - `stg edit` gains helpful instructions (#138) -- `stg new` learns `--verbose`, which includes a diff in the editor window - (similar to `git commit --verbose`). This behavior is also configurable with - the `commit.verbose` configuration option +- `stg new` learns `--verbose`, which includes a diff in the editor + window (similar to `git commit --verbose`). This behavior is also + configurable with the `commit.verbose` configuration option ### Changed -- The editor window text for `stg squash` has been modified to mirror git's - behavior -- the squash edit message now includes all commits (#71) +- The editor window text for `stg squash` has been modified to mirror + git's behavior -- the squash edit message now includes all commits + (#71) ### Fixed - Repair crash when attempting to export empty patch (#112) - Exact command name matches are unambiguous (#110) -- Exiting with an empty `stg edit` editor will now abort the edit; previously it - would delete your commit message. (#138) +- Exiting with an empty `stg edit` editor will now abort the edit; + previously it would delete your commit message. (#138) +- Repair completions when stg.series.description is enabled in config ### Internal - Add link to coverage.io project to CONTRIBUTING.md - Set smart `exclude_lines` default for 'coverage' - Expanded test suite for `stg edit` + ## [1.1] 2021-04-30 ### Removed -- 2.11.4.GIT