File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed
Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## [ v0.4.0] ( https://github.com/cabol/shards/tree/v0.4.0 ) (2017-02-10)
4+ [ Full Changelog] ( https://github.com/cabol/shards/compare/v0.3.1...v0.4.0 )
5+
6+ ** Implemented enhancements:**
7+
8+ - Allow to create the ` state ` passing the rest of its attributes [ \# 30] ( https://github.com/cabol/shards/issues/30 )
9+
10+ ** Closed issues:**
11+
12+ - Add performance and scalability tests [ \# 2] ( https://github.com/cabol/shards/issues/2 )
13+ - Fulfil ETS API for ` shards\_local ` [ \# 1] ( https://github.com/cabol/shards/issues/1 )
14+
315## [ v0.3.1] ( https://github.com/cabol/shards/tree/v0.3.1 ) (2016-09-08)
416[ Full Changelog] ( https://github.com/cabol/shards/compare/v0.3.0...v0.3.1 )
517
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ In your `rebar.config`:
3434
3535``` erlang
3636{deps , [
37- {shards , " 0.3.1 " }
37+ {shards , " 0.4.0 " }
3838]}.
3939```
4040
@@ -44,7 +44,7 @@ In your `mix.exs`:
4444
4545``` elixir
4646def deps do
47- [{:shards , " ~> 0.3.1 " }]
47+ [{:shards , " ~> 0.4.0 " }]
4848end
4949```
5050
You can’t perform that action at this time.
0 commit comments