diff --git a/CHANGES.md b/CHANGES.md index 5f606ea43..78bd537f6 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -10,7 +10,14 @@ - Windows (x86/amd64): - Linux/Mac OS X: -## v0.26 +## v0.26 - ([diff](https://github.com/libgit2/libgit2sharp/compare/v0.25..v0.26)) + +### Additions + +* Add `CherryPickCommitIntoIndex` to `ObjectDatabase` +* The underlying native library (libgit2) now no longer relies on libcurl +* The underlying native library now no longer relies on zlib +* Add `IndentHeuristic` option to `CompareOptions` ## v0.25 - ([diff](https://github.com/libgit2/libgit2sharp/compare/v0.24..v0.25))