Skip to content

Commit 61e03ed

Browse files
committed
Release 0.5.0
1 parent adae8f7 commit 61e03ed

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,22 @@
11
# Change Log
22

3-
## [v0.4.3](https://github.com/cabol/shards/tree/v0.4.3) (2017-03-19)
4-
[Full Changelog](https://github.com/cabol/shards/compare/v0.4.2...v0.4.3)
3+
## [v0.5.0](https://github.com/cabol/shards/tree/v0.5.0) (2017-07-11)
4+
[Full Changelog](https://github.com/cabol/shards/compare/v0.4.2...v0.5.0)
5+
6+
**Implemented enhancements:**
7+
8+
- Improve `shards\_local:info/1,2` to be compliant with ETS functions [\#37](https://github.com/cabol/shards/issues/37)
9+
- Improve `file2tab` and `tab2file` in `shards\_local` to be compliant with ETS functions [\#36](https://github.com/cabol/shards/issues/36)
10+
- Improve `shards\_local` fix \#4 – `ordered\_set` support. [\#25](https://github.com/cabol/shards/issues/25)
511

612
**Closed issues:**
713

814
- Allows to register `shards\_sup` with custom name \(given as parameter\) [\#34](https://github.com/cabol/shards/issues/34)
15+
- file2tab,tab2file not working [\#33](https://github.com/cabol/shards/issues/33)
16+
17+
**Merged pull requests:**
18+
19+
- Improve README grammar [\#35](https://github.com/cabol/shards/pull/35) ([casidiablo](https://github.com/casidiablo))
920

1021
## [v0.4.2](https://github.com/cabol/shards/tree/v0.4.2) (2017-02-22)
1122
[Full Changelog](https://github.com/cabol/shards/compare/v0.4.1...v0.4.2)

src/shards.app.src

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
{build_tools, ["rebar3", "make"]},
1212
{links, [
1313
{"GitHub", "https://github.com/cabol/shards"},
14-
{"Doc", "http://cabol.github.io/shards"},
1514
{"Blog Post", "http://cabol.github.io/posts/2016/04/14/sharding-support-for-ets.html"}
1615
]}
1716
]}.

0 commit comments

Comments
 (0)