10000 Update CHANGES for the 0.23 release by carlosmn · Pull Request #1396 · libgit2/libgit2sharp · GitHub
[go: up one dir, main page]

Skip to content

Update CHANGES for the 0.23 release #1396

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 23, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 26 additions & 4 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,41 @@
- Windows (x86/amd64): <https://ci.appveyor.com/project/libgit2/libgit2sharp>
- Linux/Mac OS X: <https://travis-ci.org/libgit2/libgit2sharp>

## v0.22 + 1
## v0.23 + 1
< 8000 /td>
### Additions

### Changes

### Fixes

## v0.23 - ([diff](https://github.com/libgit2/libgit2sharp/compare/v0.22..v0.23))

### Additions

- Add `CherryPickCommit` and `RevertCommit` to `ObjectDatabase`.
- Add `IncludeIgnored` field to `SatusOptions`.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

StatusOptions

- Add `Commit.CreateBuffer` to write a commit object to a buffer and
`ObjectDatabase.CreateCommitWithSignature` to create commits which include a
signature.
- Add `Commit.ExtractSignature` to get a commit's signature.
- Add `ObjectDatabase.Write<T>` to write arbitrary objects to the object db.
- Add `Commit.PrettifyMessage`


### Changes

- The native libraries are now expected to be in the `lib` directory,
instead of `NativeBinaries` for improved mono compatibility. In
addition, the names of platform architectures now better reflect
the vendor naming (eg, `x86_64` instead of `amd64` on Linux).
- Obsolete the config paths in RepositoryOptions

### Fixes
- Deprecate the config paths in RepositoryOptions
- Deprecate the `QueryBy` overload with `FollowFilter`.
- Deprecate `Branch.Remote` in favour of `Branch.RemoteName`
- `Remote` no longer implement the equality operator.
- `Remote.Update` takes a remote name instead of an instance.
- `Fetch`, `Pull`, `Move`, `Remove`, `Stage` are now in a commands namespace to
498D indicate what they represent.

## v0.22 - ([diff](https://github.com/libgit2/libgit2sharp/compare/v0.21.1...v0.22))

Expand Down
0