Skip to content

Commit b8526e8

Browse files
committed
Update README.md
1 parent 6c8d9da commit b8526e8

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ MessagePack for Java
77

88
MessagePack v7 (0.7.x) is a faster implementation of the previous version [v06](https://github.com/msgpack/msgpack-java/tree/v06), and supports all of the message pack types, including [extended format](https://github.com/msgpack/msgpack/blob/master/spec.md#formats-ext).
99

10+
## Limitation
11+
- Android and Java6 platform support is not yet ready. You can see the ongoing work here: https://github.com/msgpack/msgpack-java/tree/v07-android
12+
- Value API is in-designing phase: https://github.com/msgpack/msgpack-java/pull/109
13+
1014
## Quick Start
1115

1216
For Maven users:

0 commit comments

Comments
 (0)