From 165d3674933fb8c341f6e370e11643a3eb5a418c Mon Sep 17 00:00:00 2001 From: Niels Date: Sat, 9 May 2015 15:30:17 +0200 Subject: [PATCH] updated README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4be9efd9..78272256 100644 --- a/README.md +++ b/README.md @@ -384,6 +384,7 @@ I deeply appreciate the help of the following people. - [Daniel Kopeček](https://github.com/dkopecek) fixed a bug in the compilation with GCC 5.0. - [Florian Weber](https://github.com/Florianjw) fixed a bug in and improved the performance of the comparison operators. - [Eric Cornelius](https://github.com/EricMCornelius) pointed out a bug in the handling with NaN and infinity values. +- [易思龙](https://github.com/likebeta) implemented a conversion from anonymous enums. Thanks a lot for helping out! @@ -396,7 +397,7 @@ $ make $ ./json_unit =============================================================================== -All tests passed (4707 assertions in 20 test cases) +All tests passed (4708 assertions in 20 test cases) ``` For more information, have a look at the file [.travis.yml](https://github.com/nlohmann/json/blob/master/.travis.yml).