mirror of
https://github.com/valitydev/msgpack-erlang.git
synced 2024-11-06 00:35:24 +00:00
Update README.md
This commit is contained in:
parent
3616fd6596
commit
181c9de639
11
README.md
11
README.md
@ -144,12 +144,23 @@ Opt = [{ext,{Packer,Unpacker}}],
|
||||
{ok, {ref, Ref}} = msgpack:unpack(msgpack:pack({ref, Ref}, Opt), Opt).
|
||||
```
|
||||
|
||||
## Misc
|
||||
|
||||
### Float type
|
||||
|
||||
The Float type of Message Pack represents IEEE 754 floating point number, so it includes Nan and Infinity.
|
||||
In unpacking, msgpack-erlang returns `nan`, `positive_infinity` and `negative_infinity`.
|
||||
|
||||
## License
|
||||
|
||||
Apache License 2.0
|
||||
|
||||
# Release Notes
|
||||
|
||||
## 0.7.0
|
||||
|
||||
- Support `nan`, `positive_infinity` and `negative_infinity`
|
||||
|
||||
## 0.6.0
|
||||
|
||||
- Support OTP 19.0
|
||||
|
Loading…
Reference in New Issue
Block a user