Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2sharp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornulltoken <emeric.fermas@gmail.com>2014-02-06 23:18:00 +0400
committernulltoken <emeric.fermas@gmail.com>2014-02-06 23:20:48 +0400
commitedb140a1a7ffceacf6ddd9b83149281fe1daf5ff (patch)
tree21409eaa44c3c4148a51ba9195e3d4e71b5b79c0 /CHANGES.md
parent97adc9da1f82b7d1e8e61a801099491e549d386f (diff)
Release LibGit2Sharp v0.16.0v0.16.0
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 1c35dddd..507c4871 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -8,6 +8,22 @@
- CI server: <http://teamcity.codebetter.com/project.html?projectId=project127&guest=1>
- @libgit2sharp: <http://twitter.com/libgit2sharp>
+## v0.16.0 - ([diff](https://github.com/libgit2/libgit2sharp/compare/v0.15.0...v0.16.0))
+
+### Additions
+
+ - Introduce Repository.Merge() (#608 and #620)
+ - Teach Diff.Compare<>() to return a PatchStats (#610)
+
+### Changes
+
+ - Speed up NuGet post build copy of the native binaries (#613)
+
+### Fixes
+
+ - Fix Remotes.Add(name, url, refspec) to prevent the creation of a default fetch refspec beside the passed in one (#614)
+ - Make LibGit2SharpException.Data expose the correct libgit2 error categories (#601)
+
## v0.15.0 - ([diff](https://github.com/libgit2/libgit2sharp/compare/v0.14.1...v0.15.0))
### Additions