We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b91b80 commit f9ec925Copy full SHA for f9ec925
NEWS.md
@@ -1,8 +1,12 @@
1
# numpydoc.el NEWS -- history of user visible changes
2
3
-## Unreleased
+## 0.8 (March 20, 2023)
4
5
-..
+### Changes
6
+
7
+- Add support for customizing ignored function arguments (function
8
+ `Parameters` section). Contributed by
9
+ [@pakelly](https://github.com/pakelley) in #13.
10
11
## 0.7 (March 4, 2022)
12
numpydoc.el
@@ -6,7 +6,7 @@
;; Maintainer: Doug Davis <ddavis@ddavis.io>
;; URL: https://github.com/douglasdavis/numpydoc.el
;; SPDX-License-Identifier: GPL-3.0-or-later
-;; Version: 0.7
+;; Version: 0.8
;; Package-Requires: ((emacs "25.1") (s "1.12.0") (dash "2.18.0"))
;; Keywords: convenience
0 commit comments