Skip to content

Commit 181c9de

Browse files
author
Yuki Ito
committed
Update README.md
1 parent 3616fd6 commit 181c9de

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,12 +144,23 @@ Opt = [{ext,{Packer,Unpacker}}],
144144
{ok, {ref, Ref}} = msgpack:unpack(msgpack:pack({ref, Ref}, Opt), Opt).
145145
```
146146

147+
## Misc
148+
149+
### Float type
150+
151+
The Float type of Message Pack represents IEEE 754 floating point number, so it includes Nan and Infinity.
152+
In unpacking, msgpack-erlang returns `nan`, `positive_infinity` and `negative_infinity`.
153+
147154
## License
148155

149156
Apache License 2.0
150157

151158
# Release Notes
152159

160+
## 0.7.0
161+
162+
- Support `nan`, `positive_infinity` and `negative_infinity`
163+
153164
## 0.6.0
154165

155166
- Support OTP 19.0

0 commit comments

Comments
 (0)