You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: Docs/ReleaseNotes.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -5,15 +5,15 @@
5
5
Note that the hardware framework projects have their own release cycle and release notes.
6
6
7
7
8
-
## vNext
8
+
## 1.0.8, 13.01.2017
9
9
10
10
- Adding ability to inline methods to vastly improve performance if the method is small but called a lot of times.
11
11
- Adding support for `ref` and `out` parameters, see the [issue](https://github.com/Lombiq/Hastlayer-SDK/issues/15).
12
12
-`Fix64` fixed-point number type added for computations with fractions.
13
13
- Simplified configuration of parallelized code: no need to manually specify the degree of parallelism any more in most cases (see `ParallelAlgorithmSampleRunner` for example: `Configure()` is just one line now).
14
14
- Various smaller bugfixes and improvements.
15
15
16
-
For all publicly tracked issues resolved with this release [see GitHub](https://github.com/Lombiq/Hastlayer-SDK/milestone/1?closed=1).
16
+
For all publicly tracked issues resolved with this release [see the corresponding milestone](https://github.com/Lombiq/Hastlayer-SDK/milestone/1?closed=1).
0 commit comments