Docs update, remove malloc from limitations list
authorPetteri Aimonen <jpa@git.mail.kapsi.fi>
Sat, 26 Apr 2014 17:11:54 +0000 (20:11 +0300)
committerPetteri Aimonen <jpa@git.mail.kapsi.fi>
Sat, 26 Apr 2014 17:11:54 +0000 (20:11 +0300)
docs/index.rst

index 7bd1794..d49abc0 100644 (file)
@@ -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.