Skip to content

Commit 07b32ca

Browse files
authored
Update RELEASENOTES.md
1 parent 26904d7 commit 07b32ca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

RELEASENOTES.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ This is a big change in implementation, but not as big in API surface area. Many
1313

1414
__Breaking Changes__:
1515

16-
The names of several arguments have been changed to align better with Pytorch naming. This may break code that passes such arguments by name, but will be caught at compile time.
17-
18-
The argument defaults for `torch.diagonal()` and `Tensor.diagonal()` arguments have been corrected.
16+
The names of several arguments have been changed to align better with Pytorch naming. This may break code that passes such arguments by name, but will be caught at compile time.<br/>
17+
The argument defaults for `torch.diagonal()` and `Tensor.diagonal()` arguments have been corrected.<br/>
18+
The default `newLine` for `str`, `jlstr`, `npstr`, `cstr` and `print` have been corrected.<br/>
1919

2020
__Issues fixed__:
2121

0 commit comments

Comments
 (0)