From 0dcf07b7746114162f2ebffe3646a0632c4fd651 Mon Sep 17 00:00:00 2001 From: ToruNiina Date: Mon, 24 Apr 2023 22:34:49 +0900 Subject: [PATCH] doc: update contributor list --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 71fb436..f09d008 100644 --- a/README.md +++ b/README.md @@ -2009,6 +2009,19 @@ I appreciate the help of the contributors who introduced the great feature to th - Support dynamic color mode - Giel van Schijndel (@GielVanSchijndel-TomTom) - Remove needless copy in `parse` function +- Lukáš Hrázký (@lukash) + - Add a `parse(FILE *)` interface and improve file-related error messages +- Moritz Klammler (@ctcmkl) + - Many patches in (#200) including: + - Improve CMake scripts, build process, and test file handling + - Detect error when `discard_comments` is accessed + - And more. +- Chris White (@cxw42) + - Fix address-sanitizer error when parsing literal strings having invalid UTF-8 characters +- offa (@offa) + - Update checkout action to v3 +- Sergey Vidyuk (@VestniK) + - Fix for case when vector iterator is raw pointer ## Licensing terms