diff options
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | RELEASE-NOTES.md | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -253,7 +253,7 @@ program and the contents of the .log.txt file in the output directory. ### Check list: -1. [X] I have found and issue with GEMMA +1. [X] I have found an issue with GEMMA 2. [ ] I have searched for it on the [issue tracker](https://github.com/genetics-statistics/GEMMA/issues?q=is%3Aissue) (incl. closed issues) 3. [ ] I have searched for it on the [mailing list](https://groups.google.com/forum/#!forum/gemma-discussion) 4. [ ] I have tried the latest [release](https://github.com/genetics-statistics/GEMMA/releases) of GEMMA diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 4345c27..0c44887 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -6,6 +6,8 @@ and ## ChangeLog v0.98.3 (2020/?) +* Fix Travis build with gcc 5.5 (OpenBLAS related round-offs) +* GEMMA installs on FreeBSD (thanks @outpaddling) ## ChangeLog v0.98.2 (2019/05/28) |