Skip to content

Commit

Permalink
+ 4.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
floere committed Nov 8, 2012
1 parent 24d41d4 commit 4d16d9b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,12 @@
## Upcoming Version

## 4.11.3 "A range of customizations"

###### [Server](https://github.com/floere/picky/tree/master/server)

- Experimental feature: Ranges can now be customized. Pass a category an option `ranging: CustomRanger`. That class has to initialize like `Range.new(min, max)`, but can offer a specialized `#inject` method which can yield a custom order. (Alternatively, implement `#each` and `include Enumerable`)
- Thanks to @andykitchen for this one.

## 4.11.2 "A range of features"

###### [Server](https://github.com/floere/picky/tree/master/server)
Expand Down
2 changes: 1 addition & 1 deletion version.rb
@@ -1,3 +1,3 @@
module Picky
VERSION = '4.11.2'
VERSION = '4.11.3'
end

0 comments on commit 4d16d9b

Please sign in to comment.