Skip to content

Commit e9987e8

Browse files
authored
Update RELEASE_NOTES.md
1 parent f4bf46f commit e9987e8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

RELEASE_NOTES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,14 @@ Version vxx.yy.zz -- Release date 20yy-mm-dd
44
* New features:
55

66
* API Changes:
7+
* You will now get a compilation error when performing certain undefined operations on rvalues, for example calling `toView` on an `Array` rvalue.
78

89
* Build changes/improvements:
910

1011
* Bug fixes:
12+
* Fixed indexing bug that produced a compilation error with GCC 10.
13+
* Fixed a memory leak in CRSMatrix::assimilate.
14+
* Fixed a memory leak in ArrayOfArraysView::free with non-trivially destructable values.
1115

1216
Version v0.1.0 -- Release date 2020-10-13
1317
=========================================

0 commit comments

Comments
 (0)