Skip to content

Commit b15f69b

Browse files
committed
update changelog
1 parent 97e740f commit b15f69b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/source/changes.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ on pip.
1515
Bug Fixes
1616
---------
1717

18-
- :func:`~mygrad.matmul` and :func:`~mygrad.multi_matmul` were missing from the top-level namespace
18+
- :func:`~mygrad.matmul` and :func:`~mygrad.multi_matmul` were missing from the top-level namespace of ``mygrad``.
19+
- A 0D tensor involved in a broadcasted operation would have a numpy-float set for its gradient instead of a 0D
20+
array.
1921

2022
New Functions
2123
-------------

0 commit comments

Comments
 (0)