Skip to content

Commit 68f9498

Browse files
committed
Update changelog for v1.1 release
Signed-off-by: Peter Grayson <[email protected]>
1 parent e822452 commit 68f9498

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,23 @@
11
# Changelog
22

3-
## [Unreleased]
3+
## [1.1] 2021-04-30
44

55
### Removed
66

77
### Added
8+
- StGit GPG-signs patches when `commit.gpgsign` is set (#12)
9+
- Support `core.hooksPath` in git config
10+
- Add `-C` option for `stg import` and `stg fold` (#18)
811

912
### Changed
1013
- Allow importing mail and series from urls (#94)
14+
- `stg refresh --edit` may also use `--diff` and `--diff-opts` (#98)
15+
- `stg goto` allows sha1 of a patch instead of patch name (#93)
1116

1217
### Fixed
18+
- Repair hang in `stg pull -m`, `stg goto -m`, and `stg push -m`
19+
- Repair `stg mail` to show diffstat of whole series (#104)
20+
- Repair MANIFEST.in to include AUTHORS.md and README.md files
1321

1422

1523
## [1.0] 2021-02-07

0 commit comments

Comments
 (0)