Skip to content

Commit

Permalink
Add v0.6.1 and v0.6.0 to CHANGELOG
Browse files Browse the repository at this point in the history
[#13]
  • Loading branch information
gonzedge committed Jan 17, 2017
1 parent 85c2e98 commit 880f257
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -287,8 +287,39 @@

## 0.6.1 [compare][compare-v0.6.0-and-v0.6.1]

### Enhancements

#### Major

- Performance improvements on uncompressed `#word?` and `#partial_word?` by
[@gonzedge][github-user-gonzedge]

## 0.6.0 [compare][compare-v0.5.2-and-v0.6.0]

### Breaking Changes

- Change return value of `#children` by [@gonzedge][github-user-gonzedge]

Returns the array of child nodes instead of the `Hash` representing the tree
of children

- Rename `#branch?` method to `#partial_word?` by [@gonzedge][github-user-gonzedge]
- Rename old `#children` method to `#children_tree` by [@gonzedge][github-user-gonzedge]

### Enhancements

#### Major

- Add `#root?` method by [@gonzedge][github-user-gonzedge]
- Add Ruby 2.0.0 to supported versions by [@gonzedge][github-user-gonzedge]

#### Minor

- Remove perftools.rb dependency by [@gonzedge][github-user-gonzedge]
- Use `Forwardable` instead of own delegator by [@gonzedge][github-user-gonzedge]
- Specify 'MIT License' in the license file by [@gonzedge][github-user-gonzedge]
- Update license year by [@gonzedge][github-user-gonzedge]

## 0.5.2 [compare][compare-v0.5.1-and-v0.5.2]

## 0.5.1 [compare][compare-v0.5.0-and-v0.5.1]
Expand Down

0 comments on commit 880f257

Please sign in to comment.