Skip to content

Commit 25b78c9

Browse files
committed
Improved the changelog description
1 parent 8558de2 commit 25b78c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Also, that release drops support for Python 3.9, making Python 3.10 the minimum
3030
* Changed the license from `BSD-2-Clause` to `BSD-3-Clause` [#2593](https://github.com/IntelPython/dpnp/pull/2593)
3131
* Defined explicit versions range of the Python interpreter which is needed during the build [#2634](https://github.com/IntelPython/dpnp/pull/2634)
3232
* Aligned documentation with NumPy and CuPy style by using short function names [#2633](https://github.com/IntelPython/dpnp/pull/2633)
33-
* Added missing the positional-only and the keyword-only parameter markers to align signature of the ufuncs with NumPy [#2660](https://github.com/IntelPython/dpnp/pull/2660)
33+
* Added the missing positional-only and keyword-only parameter markers to bring the ufunc signatures into alignment with NumPy [#2660](https://github.com/IntelPython/dpnp/pull/2660)
3434

3535
### Deprecated
3636

0 commit comments

Comments
 (0)