Skip to content

Commit

Permalink
Update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurschreiber committed Mar 10, 2015
1 parent 4d676f6 commit 3796bd6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@

* Add `Rugged::Tree#count_recursive`.

This counts all blobs in a tree, recursively, with an optional limit
to bail early. This allows asking things like: "Are there more
than 1 million files in this repo?" in a very performant way.

Fixes #464.

*Andy Delcambre*

* Replace `Remote#rename!` with `RemoteCollection#rename`.

This brings the `RemoteCollection` more in line with the API of
Expand Down

0 comments on commit 3796bd6

Please sign in to comment.