summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJarrod Millman <jarrod.millman@gmail.com>2022-10-08 07:17:24 -0700
committerGitHub <noreply@github.com>2022-10-08 07:17:24 -0700
commit7ea993a6177b5b2186cd1bd96b83ee19d2bd641a (patch)
tree28dca1099cd64ccd21f315cd917a1f236ab6f398
parentd0ffefff0cf3a29a88441623a3110e7cf3abad82 (diff)
downloadnumpydoc-7ea993a6177b5b2186cd1bd96b83ee19d2bd641a.tar.gz
Fix release notes (#442)
-rw-r--r--doc/release_notes.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/release_notes.rst b/doc/release_notes.rst
index 1c9762d..15d6c30 100644
--- a/doc/release_notes.rst
+++ b/doc/release_notes.rst
@@ -51,7 +51,7 @@ Merged pull requests
- Support Python 3.11 `#438 <https://github.com/numpy/numpydoc/pull/438>`__ (`jarrodmillman <https://github.com/jarrodmillman>`__)
- Update precommit hooks `#437 <https://github.com/numpy/numpydoc/pull/437>`__ (`jarrodmillman <https://github.com/jarrodmillman>`__)
- Use Python 3.10 to build docs `#436 <https://github.com/numpy/numpydoc/pull/436>`__ (`jarrodmillman <https://github.com/jarrodmillman>`__)
-- Use requirements/*.txt files for CI `#435 <https://github.com/numpy/numpydoc/pull/435>`__ (`jarrodmillman <https://github.com/jarrodmillman>`__)
+- Use `requirements/*.txt` files for CI `#435 <https://github.com/numpy/numpydoc/pull/435>`__ (`jarrodmillman <https://github.com/jarrodmillman>`__)
- Fix front page `#434 <https://github.com/numpy/numpydoc/pull/434>`__ (`jarrodmillman <https://github.com/jarrodmillman>`__)
- Add cached property support `#433 <https://github.com/numpy/numpydoc/pull/433>`__ (`rossbar <https://github.com/rossbar>`__)
- ENH: Update validate.py to allow parameters with trailing underscores. `#425 <https://github.com/numpy/numpydoc/pull/425>`__ (`stefmolin <https://github.com/stefmolin>`__)