diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/build/changelog.rst | 6 | ||||
| -rw-r--r-- | docs/build/unreleased/1220.rst | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/docs/build/changelog.rst b/docs/build/changelog.rst index f1be085..b62df7d 100644 --- a/docs/build/changelog.rst +++ b/docs/build/changelog.rst @@ -7,12 +7,6 @@ Changelog :version: 1.10.5 :include_notes_from: unreleased - .. change:: - :tags: misc - :tickets: 1220 - - Update code snippets within docstrings to use ``black`` code formatting. - .. changelog:: :version: 1.10.4 :released: April 24, 2023 diff --git a/docs/build/unreleased/1220.rst b/docs/build/unreleased/1220.rst new file mode 100644 index 0000000..74ecaaf --- /dev/null +++ b/docs/build/unreleased/1220.rst @@ -0,0 +1,6 @@ +.. change:: + :tags: misc + :tickets: 1220 + + Update code snippets within docstrings to use ``black`` code formatting. + Pull request courtesy of James Addison. |
