diff --git a/NEWS.md b/NEWS.md index 739d6c8..24fef1e 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,8 +1,12 @@ # numpydoc.el NEWS -- history of user visible changes -## Unreleased +## 0.8 (March 20, 2023) -.. +### Changes + +- Add support for customizing ignored function arguments (function + `Parameters` section). Contributed by + [@pakelly](https://github.com/pakelley) in #13. ## 0.7 (March 4, 2022) diff --git a/numpydoc.el b/numpydoc.el index 2e2caf6..87954b4 100644 --- a/numpydoc.el +++ b/numpydoc.el @@ -6,7 +6,7 @@ ;; Maintainer: Doug Davis ;; 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