Skip to content

Commit 92803e7

Browse files
committed
Release version 3.1
1 parent e358feb commit 92803e7

3 files changed

Lines changed: 12 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog].
55

6+
## 3.1 (released 2023-11-23)
7+
### Features
8+
* New user option `el-patch-use-advice` which can be customized to
9+
have `el-patch` install patches using the built-in advice system
10+
instead of overwriting function definitions directly.
11+
12+
### Enhancements
13+
* Some minor improvements to the way errors are reported from
14+
`el-patch-template`.
15+
616
## 3.0 (released 2022-04-17)
717
### Breaking changes
818
* The arguments to `el-patch-feature` after the feature name are no

el-patch-template.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
;; Keywords: extensions
99
;; Package-Requires: ((emacs "26"))
1010
;; SPDX-License-Identifier: MIT
11-
;; Version: 3.0
11+
;; Version: 3.1
1212

1313
;;; Commentary:
1414

el-patch.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
;; Keywords: extensions
99
;; Package-Requires: ((emacs "26"))
1010
;; SPDX-License-Identifier: MIT
11-
;; Version: 3.0
11+
;; Version: 3.1
1212

1313
;;; Commentary:
1414

0 commit comments

Comments
 (0)