Skip to content

Commit

Permalink
Update change log
Browse files Browse the repository at this point in the history
  • Loading branch information
adityagoel4512 committed Aug 26, 2024
1 parent d64e966 commit 1ca1db9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ Changelog

**New features**

- User defined data types can now define how arrays with that dtype are constructed by implementing the :func:`make_array` function.
- User defined data types can now define how they are indexed (via `__getitem__`) by implementing the :func:`getitem` function.
- User defined data types can now define how arrays with that dtype are constructed by implementing the ``make_array`` function.
- User defined data types can now define how they are indexed (via ``__getitem__``) by implementing the ``getitem`` function.

**Bug fixes**

Expand Down

0 comments on commit 1ca1db9

Please sign in to comment.