cleanup after closing #324
diff --git a/README.md b/README.md
index bc15605..0691419 100644
--- a/README.md
+++ b/README.md
@@ -497,6 +497,7 @@
 - [Stefan](https://github.com/5tefan) fixed a minor issue in the documentation.
 - [Vasil Dimov](https://github.com/vasild) fixed the documentation regarding conversions from `std::multiset`.
 - [ChristophJud](https://github.com/ChristophJud) overworked the CMake files to ease project inclusion.
+- [Vladimir Petrigo](https://github.com/vpetrigo) made a SFINAE hack more readable.
 
 Thanks a lot for helping out!
 
@@ -515,7 +516,7 @@
 $ make check
 
 ===============================================================================
-All tests passed (8905166 assertions in 35 test cases)
+All tests passed (8905168 assertions in 35 test cases)
 ```
 
 Alternatively, you can use [https://cmake.org](CMake) and run
diff --git a/src/json.hpp b/src/json.hpp
index dece61d..7e7701a 100644
--- a/src/json.hpp
+++ b/src/json.hpp
@@ -107,7 +107,7 @@
 contains a `mapped_type`, whereas `std::vector` fails the test.
 
 @sa http://stackoverflow.com/a/7728728/266378
-@since version 1.0.0
+@since version 1.0.0, overworked in version 2.0.6
 */
 template<typename T>
 struct has_mapped_type
diff --git a/src/json.hpp.re2c b/src/json.hpp.re2c
index 4f8adfd..c74bf11 100644
--- a/src/json.hpp.re2c
+++ b/src/json.hpp.re2c
@@ -107,7 +107,7 @@
 contains a `mapped_type`, whereas `std::vector` fails the test.
 
 @sa http://stackoverflow.com/a/7728728/266378
-@since version 1.0.0
+@since version 1.0.0, overworked in version 2.0.6
 */
 template<typename T>
 struct has_mapped_type