Skip to content

Commit

Permalink
v0.16
Browse files Browse the repository at this point in the history
  - Implement reset_connection($key) at the top level
  - Add tests for reset_connection() functionality
  - Fix some POD retardedness
  - Fix a bug in MySQL storage reset_connection
  • Loading branch information
nperez committed Jan 28, 2013
1 parent afc3bfb commit 6e3e746
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions Changes
Expand Up @@ -2,6 +2,13 @@ Revision history for ShardedKV: {{ $dist->version }}

{{$NEXT}}

0.16 2013-01-28 17:16:09 Europe/Amsterdam

- Implement reset_connection($key) at the top level
- Add tests for reset_connection() functionality
- Fix some POD retardedness
- Fix a bug in MySQL storage reset_connection

0.15 2013-01-22 12:42:24 Europe/Amsterdam

- Ugh. Forgot the damn Throwable dep
Expand Down
2 changes: 1 addition & 1 deletion dist.ini
@@ -1,5 +1,5 @@
name = ShardedKV
version = 0.15
version = 0.16
author = Steffen Mueller <smueller@cpan.org>
author = Nick Perez <nperez@cpan.org>
license = Perl_5
Expand Down

0 comments on commit 6e3e746

Please sign in to comment.