summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorPetteri Aimonen <jpa@git.mail.kapsi.fi>2014-04-26 20:11:54 +0300
committerPetteri Aimonen <jpa@git.mail.kapsi.fi>2014-04-26 20:11:54 +0300
commitba2ab9ea65d029b2560c461be317f3cf0d19eb3e (patch)
treec93d929e98aebd57c990dbdfaaa69b39609710bc /docs
parente6a57e512fb7ca0198ae2bb95616284387c7e4f9 (diff)
Docs update, remove malloc from limitations list
Diffstat (limited to 'docs')
-rw-r--r--docs/index.rst1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 7bd1794e..d49abc07 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -47,7 +47,6 @@ Features and limitations
**Limitations**
-#) User must provide callbacks when decoding arrays or strings without maximum size. Malloc support could be added as a separate module.
#) Some speed has been sacrificed for code size.
#) Encoding is focused on writing to streams. For memory buffers only it could be made more efficient.
#) The deprecated Protocol Buffers feature called "groups" is not supported.