Skip to content

Commit

Permalink
Release version 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
raxod502 committed Nov 23, 2023
1 parent e358feb commit 92803e7
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog].

## 3.1 (released 2023-11-23)
### Features
* New user option `el-patch-use-advice` which can be customized to
have `el-patch` install patches using the built-in advice system
instead of overwriting function definitions directly.

### Enhancements
* Some minor improvements to the way errors are reported from
`el-patch-template`.

## 3.0 (released 2022-04-17)
### Breaking changes
* The arguments to `el-patch-feature` after the feature name are no
Expand Down
2 changes: 1 addition & 1 deletion el-patch-template.el
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
;; Keywords: extensions
;; Package-Requires: ((emacs "26"))
;; SPDX-License-Identifier: MIT
;; Version: 3.0
;; Version: 3.1

;;; Commentary:

Expand Down
2 changes: 1 addition & 1 deletion el-patch.el
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
;; Keywords: extensions
;; Package-Requires: ((emacs "26"))
;; SPDX-License-Identifier: MIT
;; Version: 3.0
;; Version: 3.1

;;; Commentary:

Expand Down

0 comments on commit 92803e7

Please sign in to comment.