Added operators == and != for MemberProxy

This commit is contained in:
Benoit Blanchon
2019-07-19 10:27:03 +02:00
parent 7ce1039d7c
commit 795e37278f
4 changed files with 38 additions and 1 deletions

View File

@@ -4,7 +4,7 @@ ArduinoJson: change log
HEAD
----
* Added operators `==` and `!=` for `JsonDocument` and `MemberProxy`
* Added operators `==` and `!=` for `JsonDocument`, `ElementProxy`, and `MemberProxy`
v6.11.2 (2019-07-08)
-------