-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Breaking changes - Remove Object#namespace [#20] - Other changes - Add ability to pass a transformation block to element_counts [#21] - Array#include_any? and friends now accept a single argument Array. [#18] - Upgraded to RSpec 3 [#16] - Added CHANGELOG.md!
- Loading branch information
Showing
2 changed files
with
14 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Change Log | ||
All notable changes to this project will be documented in this file. | ||
This project adheres to [Semantic Versioning](http://semver.org/). | ||
|
||
## [2.0.0] - 2015-12-02 | ||
### Breaking changes | ||
- Remove Object#namespace [#20] | ||
|
||
### Other changes | ||
- Add ability to pass a transformation block to element_counts [#21] | ||
- Array#include_any? and friends now accept a single argument Array. [#18] | ||
- Upgraded to RSpec 3 [#16] | ||
- Added the Change Log! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
module MoreCoreExtensions | ||
VERSION = "1.2.0" | ||
VERSION = "2.0.0" | ||
end |