From 92803e7ea6e07cd56667ed7ea0dfacfc1f37f6d9 Mon Sep 17 00:00:00 2001 From: Radon Rosborough Date: Thu, 23 Nov 2023 14:16:27 -0800 Subject: [PATCH] Release version 3.1 --- CHANGELOG.md | 10 ++++++++++ el-patch-template.el | 2 +- el-patch.el | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 848b992..8b420f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/el-patch-template.el b/el-patch-template.el index 498ceef..d1f6a33 100644 --- a/el-patch-template.el +++ b/el-patch-template.el @@ -8,7 +8,7 @@ ;; Keywords: extensions ;; Package-Requires: ((emacs "26")) ;; SPDX-License-Identifier: MIT -;; Version: 3.0 +;; Version: 3.1 ;;; Commentary: diff --git a/el-patch.el b/el-patch.el index 5067867..b910d5e 100644 --- a/el-patch.el +++ b/el-patch.el @@ -8,7 +8,7 @@ ;; Keywords: extensions ;; Package-Requires: ((emacs "26")) ;; SPDX-License-Identifier: MIT -;; Version: 3.0 +;; Version: 3.1 ;;; Commentary: