We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4bf46f commit e9987e8Copy full SHA for e9987e8
RELEASE_NOTES.md
@@ -4,10 +4,14 @@ Version vxx.yy.zz -- Release date 20yy-mm-dd
4
* New features:
5
6
* 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.
8
9
* Build changes/improvements:
10
11
* 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.
15
16
Version v0.1.0 -- Release date 2020-10-13
17
=========================================
0 commit comments