diff options
author | Pjotr Prins | 2021-08-25 10:55:14 +0200 |
---|---|---|
committer | Pjotr Prins | 2021-08-25 10:55:14 +0200 |
commit | b0c7f0ed464b134d1fdf6acd050f122a5ca96801 (patch) | |
tree | 6b61ad9790332fe5b001348b1c306f481bdf7943 /RELEASE-NOTES.md | |
parent | bda453acb2aa202a0703e8863fead0f2289c0192 (diff) | |
download | pangemma-b0c7f0ed464b134d1fdf6acd050f122a5ca96801.tar.gz |
New test suite is working and takes account of round-off problems.
Closes #247
Closes #242
Diffstat (limited to 'RELEASE-NOTES.md')
-rw-r--r-- | RELEASE-NOTES.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 0033ab1..135d1a2 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -11,6 +11,7 @@ and * Documented `-lmm 9` which adds additive effect to `-lmm 2` * Fix of GSL ERROR: function value is not finite in brent.c at line 202 errno 9, see #210 * Added profiler support in Guix profile and make file. Profiling issue #243 +* Added new test suite to replace shunit2 scripts - should make it more robust for different architectures, see github issues #242 and #247. ## ChangeLog v0.98.4 (2021/01/29) |