From 7b66b86bb9cf7951a368c3382beee90c3baa36d9 Mon Sep 17 00:00:00 2001 From: bab2min Date: Sun, 15 Nov 2020 01:28:29 +0900 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 4f4286f..1fd5fac 100644 --- a/README.md +++ b/README.md @@ -347,6 +347,9 @@ The results of EigenRand and C++ std appear to be equivalent within the margin o MIT License ## History +### 0.3.1 (2020-11-15) +* Compiling errors in the environment `EIGEN_COMP_MINGW && __GXX_ABI_VERSION < 1004` was fixed. + ### 0.3.0 (2020-10-17) * Potential cache conflict in generator was solved. * Generator classes were added for efficient reusability.