Skip to content

Commit d05f56d

Browse files
committed
chore: update changelog for 2.5.4
1 parent 2046d84 commit d05f56d

File tree

3 files changed

+26
-2
lines changed

3 files changed

+26
-2
lines changed

CHANGELOG.md

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

3+
## 2.5.4 2025-08-10
4+
5+
### Fixed
6+
7+
- stgit.el: Use `with-eval-after-load` instead of a homemade version
8+
- stgit.el: Use `advice-add` instead of `defadvice`
9+
- stgit.el: Fix various checkdoc warnings
10+
- stgit.el: Support Emacs versions < 31
11+
- stgit.el: Move 'stgit-patch-status-face-alist' before first use
12+
- stgit.el: Silence warnings of missing vc variables
13+
- stgit.el: Replace ad-hoc `make-local-variable` with `defvar-local`
14+
- stgit.el: Use defvar-local instead of make-local-variable
15+
- stgit.el: Enable lexical-binding
16+
- stgit.el: Allow empty descriptions
17+
- stgit.el: Add "--no-color" flag to 'git log' and 'git show'
18+
- stgit.el: Pass patch into `stgit-process-files`
19+
20+
### Changed
21+
22+
- chore: update gix to 0.73
23+
- docs: Update copyright year
24+
- feat(bash): complete patches from chosen branch
25+
26+
327
## 2.5.3 2025-02-22
428

529
### 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.5.3"
3+
version = "2.5.4"
44
description = "Stack-based patch management for Git"
55
edition = "2021"
66
rust-version = "1.70"

0 commit comments

Comments
 (0)