Skip to content

Commit

Permalink
Updating readme for pull requests that were merged.
Browse files Browse the repository at this point in the history
  • Loading branch information
ajoberstar committed Feb 8, 2015
1 parent 356ba3b commit 192df1e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,15 @@ If you're interested in a change, please submit an issue (or even better a pull

### 1.0.0 (still in development)

* Removed deprecated Grgit#resolveCommit(Object) method.
* Many operations now support Grgit objects (such as Tag, Branch, Commit) as arguments instead of just Strings. These are indicated in each operations doc.
* Deprecated the Grgit#open(String, Credentials) and Grgit#open(File, Credentials) methods, which are replaced with
OpenOp to be consistent with all other methods.
* Many operations now support Grgit objects (such as Tag, Branch, Commit) as arguments instead of just Strings. These are indicated in each operations doc.
* `dryRun` now supported on `PushOp`. (Thanks to [Marcin Zajączkowski](https://github.com/szpak))
* Removed deprecated Grgit#resolveCommit(Object) method.
* BranchStatusOp's `branch` property is now deprecated and replaced by `name`. `branch` will not be removed until 2.0.0, at the earliest.

Also thanks to [Aaron Zirbes](https://github.com/aaronzirbes) for fixing a compile issue with `GrgitException`.

### 0.4.0

* Added support for remote add/list. Thanks to [Adam Dubiel](https://github.com/adamdubiel).
Expand Down

0 comments on commit 192df1e

Please sign in to comment.