From 53c87ae80ed04b89a899e2f27566c5f40a70f132 Mon Sep 17 00:00:00 2001 From: ToruNiina Date: Wed, 28 Mar 2018 19:14:29 +0900 Subject: [PATCH] add contributors section --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index c9c9934..75e0434 100644 --- a/README.md +++ b/README.md @@ -267,6 +267,14 @@ It must be noted that the range of some values in `basic_datetime` is different from `std::tm`. For example, month is in the range of `[1,12]` and year starts from 0 (not 1900). +## Contributors + +I thank the contributor for providing great feature to this repository. + +- Guillaume Fraux (@Luthaf) + - Windows support and CI on Appvayor + - Intel Compiler support + ## Licensing terms This product is licensed under the terms of the [MIT License](LICENSE).