Skip to content

Commit ff371c3

Browse files
authored
Update docs/changelog.md
1 parent 11d1308 commit ff371c3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
type promotion rules, as specified by the standard.
1111
This change unifies the behavior of binary functions and their matching operators,
1212
(where available), such as `multiply(x1, x2)` and `__mul__(self, other)`.
13+
14+
``where`` accepts array or scalars as its 2nd and 3rd arguments, ``x1`` and ``x2``. The first argument, ``condition``, must be an array.
1315

1416
- The following functions, new in the 2024.12 standard revision, are implemented:
1517

0 commit comments

Comments
 (0)