File tree 2 files changed +11
-1
lines changed
2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] .
5
5
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
+
6
16
## 2.2.1 (released 2018-09-04)
7
17
8
18
This release includes only a minor documentation enhancement.
Original file line number Diff line number Diff line change 7
7
; ; Homepage: https://github.com/raxod502/el-patch
8
8
; ; Keywords: extensions
9
9
; ; Package-Requires: ((emacs "25"))
10
- ; ; Version: 2.2.1
10
+ ; ; Version: 2.2.2
11
11
12
12
; ;; Commentary:
13
13
You can’t perform that action at this time.
0 commit comments