Skip to content

Commit 1a46d8a

Browse files
committed
chore: Update changelog for v2.0.0-rc.2
1 parent 69626af commit 1a46d8a

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Changelog
22

3+
## [2.0.0-rc.2] 2022-10-23
4+
5+
### Changed
6+
- The `--diff-opts` option is renamed to `--diff-opt`. `--diff-opts`
7+
remains available as an alias.
8+
- The `--diff-opt` option no longer allows multiple git options per
9+
occurrence. This allows git diff options with spaces in their values.
10+
- The `--git-opts` option for `stg email format` and `stg email send` is
11+
renamed `--git-opt`.
12+
- The `--git-opt` option no longer allows multiple git options per
13+
occurrence. This allows git options with spaces in their values.
14+
- Zsh completion for `--diff-opt` and `--git-opt` leverage the
15+
full-featured git completion capability.
16+
17+
### Fixed
18+
- Repair check for modifications to stack by external tools.
19+
- `stg pull` and `stg rebase` record updated stack state instead of
20+
deferring until the next stack-modifying command to do so.
21+
- Improve patch appliction with `git apply --3way` when pushing` (#225)
22+
- Zsh completion for `--diff-opt` accommodates multiple occurrences
23+
24+
325
## [2.0.0-rc.1] 2022-09-30
426

527
### Added

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "stgit"
3-
version = "2.0.0-rc.1"
3+
version = "2.0.0-rc.2"
44
edition = "2021"
55
rust-version = "1.63.0"
66
authors = [

0 commit comments

Comments
 (0)