From 79ea26105f83e5f79b3eddbbe82dd3c4fe8b4e99 Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Wed, 3 Aug 2022 16:27:34 +0200 Subject: [PATCH] :busts_in_silhouette: complete contributor list --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 8e1298cbb1..eb413d07a5 100644 --- a/README.md +++ b/README.md @@ -1684,6 +1684,15 @@ I deeply appreciate the help of the following people. - [Krzysiek Karbowiak](https://github.com/kkarbowiak) refactored the tests to use `CHECK_THROWS_WITH_AS`. - [Chaoqi Zhang](https://github.com/prncoprs) fixed a typo. - [ivanovmp](https://github.com/ivanovmp) fixed a whitespace error. +- [KsaNL](https://github.com/KsaNL) fixed a build error when including ``. +- [Andrea Pappacoda](https://github.com/Tachi107) moved `.pc` and `.cmake` files to `share` directory. +- [Wolf Vollprecht](https://github.com/wolfv) added the `patch_inplace` function. +- [Jake Zimmerman](https://github.com/jez) highlighted common usage patterns in the README file. +- [NN](https://github.com/NN---) added some VS Code files to `.gitignore`. +- [Romain Reignier](https://github.com/romainreignier) improved the performance the vector output adapter. +- [Mike](https://github.com/Mike-Leo-Smith) fixed the `std::iterator_traits`. +- [Richard Hozák](https://github.com/zxey) added macro `JSON_NO_ENUM` to disable default enum conversions. +- [vakokako](https://github.com/vakokako) fixed tests when compiling with C++20. Thanks a lot for helping out! Please [let me know](mailto:mail@nlohmann.me) if I forgot someone.