diff options
author | xgdgsc <xgdgsc@users.noreply.github.com> | 2017-12-19 01:14:15 +0800 |
---|---|---|
committer | Wouter van Oortmerssen <aardappel@gmail.com> | 2017-12-18 09:14:15 -0800 |
commit | c1901f2c01afa9ea3ee0e3e36927988e61deddc8 (patch) | |
tree | 6d6531bf149c4e82a6cd16af01a0aaf25342ecdd /docs | |
parent | 4071b6f68b509e8c1c591eca78f98b2e595eaeef (diff) | |
download | flatbuffers-c1901f2c01afa9ea3ee0e3e36927988e61deddc8.tar.gz flatbuffers-c1901f2c01afa9ea3ee0e3e36927988e61deddc8.tar.bz2 flatbuffers-c1901f2c01afa9ea3ee0e3e36927988e61deddc8.zip |
update mutation status in doc (#4549)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/source/Support.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/Support.md b/docs/source/Support.md index 7bc33481..9833ccdb 100644 --- a/docs/source/Support.md +++ b/docs/source/Support.md @@ -22,7 +22,7 @@ Feature | C++ | Java | C# | Go | Python | JS ------------------------------ | ------ | ------ | ------ | ------ | ------ | --------- | ------ | --- | ---- Codegen for all basic features | Yes | Yes | Yes | Yes | Yes | Yes | Yes | WiP | WiP JSON parsing | Yes | No | No | No | No | No | Yes | No | No -Simple mutation | Yes | WIP | WIP | No | No | No | No | No | No +Simple mutation | Yes | Yes | Yes | Yes | No | No | No | No | No Reflection | Yes | No | No | No | No | No | Basic | No | No Buffer verifier | Yes | No | No | No | No | No | Yes | No | No Testing: basic | Yes | Yes | Yes | Yes | Yes | Yes | Yes | ? | ? |