Skip to content

Commit af6b74c

Browse files
committed
DOC: Update changelog to note that .json() is a method
1 parent 4c831cf commit af6b74c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Changelog

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ NiBabel 6.0 will drop support for Numpy 1.x.
5757

5858
New features
5959
------------
60-
* Update NIfTI extension protocol to include ``.content : bytes``, ``.text : str`` and ``.json : dict``
61-
properties for accessing extension contents. Exceptions will be raised on ``.text`` and ``.json`` if
62-
conversion fails. (pr/1336) (CM)
60+
* Update NIfTI extension protocol to include ``.content : bytes``, ``.text : str`` and
61+
``.json() : dict`` properties/methods for accessing extension contents.
62+
Exceptions will be raised on ``.text`` and ``.json()`` if conversion fails. (pr/1336) (CM)
6363

6464
Enhancements
6565
------------

0 commit comments

Comments
 (0)