Skip to content

Commit 66510e0

Browse files
committed
Release version 2.2.2
1 parent 3051dd3 commit 66510e0

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
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+
## 2.2.2 (released 2018-12-14)
7+
### Enhancements
8+
* When a definition is patched, `el-patch` automatically adds a note
9+
to the docstring so that you know a patch is in effect. Previously,
10+
this behavior was suppressed if the modified definition did not
11+
contain a docstring at all; now, the note is included regardless,
12+
adding a docstring if one was missing ([#31]).
13+
14+
[#31]: https://github.com/raxod502/el-patch/pull/31
15+
616
## 2.2.1 (released 2018-09-04)
717

818
This release includes only a minor documentation enhancement.

el-patch.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
;; Homepage: https://github.com/raxod502/el-patch
88
;; Keywords: extensions
99
;; Package-Requires: ((emacs "25"))
10-
;; Version: 2.2.1
10+
;; Version: 2.2.2
1111

1212
;;; Commentary:
1313

0 commit comments

Comments
 (0)