Skip to content

Commit

Permalink
0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
felipernb committed Oct 18, 2014
1 parent 9b1c0d8 commit 4fc2fb4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
CHANGELOG
=========
0.7.1 (2014-10-18)
* Added Shannon Entropy to Math namespace

0.7.0 (2014-10-12)
* Module Sort is now "Sorting"
* And some backward compatible refactoring
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "algorithms",
"version": "0.7.0",
"version": "0.7.1",
"description": "Traditional computer science algorithms and data structures implemented in JavaScript",
"directories": {
"test": "test"
Expand Down

0 comments on commit 4fc2fb4

Please sign in to comment.