Skip to content

Commit 7073a0d

Browse files
committed
Update documents
1 parent d8d576b commit 7073a0d

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66

77
## prequisites for runtime
88

9-
[Erlang/OTP](http://erlang.org/), >= R15B -- for older version, rebar won't work.
9+
[Erlang/OTP](http://erlang.org/), >= 17.0
1010
Also based on [the new msgpack spec 232a0d](https://github.com/msgpack/msgpack/blob/232a0d14c6057000cc4a478f0dfbb5942ac54e9e/spec.md).
1111

1212
## edit rebar.config to use in your application
1313

1414
```erlang
1515
{deps, [
1616
{msgpack, ".*",
17-
{git, "git://github.com/msgpack/msgpack-erlang.git", "master"}}
17+
{git, "git://github.com/msgpack/msgpack-erlang.git", {branch, "master"}}}
1818
]}.
1919
```
2020

@@ -99,6 +99,11 @@ Apache License 2.0
9999

100100
# Release Notes
101101

102+
## 0.4.0
103+
104+
- Deprecate `nil`
105+
- Moved to rebar3
106+
102107
## 0.3.5 / 0.3.4
103108

104109
- 0.3 series will be the last versions that supports R16B or older

0 commit comments

Comments
 (0)