Skip to content

Commit 2e3238f

Browse files
authored
Merge pull request #1396 from libgit2/cmn/changelog
Update CHANGES for the 0.23 release
2 parents 17e5d81 + 7f067ab commit 2e3238f

File tree

1 file changed

+26
-4
lines changed

1 file changed

+26
-4
lines changed

CHANGES.md

+26-4
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,41 @@
1010
- Windows (x86/amd64): <https://ci.appveyor.com/project/libgit2/libgit2sharp>
1111
- Linux/Mac OS X: <https://travis-ci.org/libgit2/libgit2sharp>
1212

13-
## v0.22 + 1
13+
## v0.23 + 1
1414

1515
### Additions
1616

17+
### Changes
18+
19+
### Fixes
20+
21+
## v0.23 - ([diff](https://github.com/libgit2/libgit2sharp/compare/v0.22..v0.23))
22+
23+
### Additions
24+
25+
- Add `CherryPickCommit` and `RevertCommit` to `ObjectDatabase`.
26+
- Add `IncludeIgnored` field to `SatusOptions`.
27+
- Add `Commit.CreateBuffer` to write a commit object to a buffer and
28+
`ObjectDatabase.CreateCommitWithSignature` to create commits which include a
29+
signature.
30+
- Add `Commit.ExtractSignature` to get a commit's signature.
31+
- Add `ObjectDatabase.Write<T>` to write arbitrary objects to the object db.
32+
- Add `Commit.PrettifyMessage`
33+
34+
1735
### Changes
1836

1937
- The native libraries are now expected to be in the `lib` directory,
2038
instead of `NativeBinaries` for improved mono compatibility. In
2139
addition, the names of platform architectures now better reflect
2240
the vendor naming (eg, `x86_64` instead of `amd64` on Linux).
23-
- Obsolete the config paths in RepositoryOptions
24-
25-
### Fixes
41+
- Deprecate the config paths in RepositoryOptions
42+
- Deprecate the `QueryBy` overload with `FollowFilter`.
43+
- Deprecate `Branch.Remote` in favour of `Branch.RemoteName`
44+
- `Remote` no longer implement the equality operator.
45+
- `Remote.Update` takes a remote name instead of an instance.
46+
- `Fetch`, `Pull`, `Move`, `Remove`, `Stage` are now in a commands namespace to
47+
indicate what they represent.
2648

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

0 commit comments

Comments
 (0)