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>2013-05-15 14:09:30 +0400
committernulltoken <emeric.fermas@gmail.com>2013-06-02 23:04:47 +0400
commitf2e2fac618f0b656379fa32c967dcdb0dc2742dd (patch)
treee2c55353ccfd17c594e657af3e23c92d2dd65203 /CHANGES.md
parentb2e43678282f374e276ae61eba31ed8c3c9fb238 (diff)
Release LibGit2Sharp v0.12.0v0.12.0
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md
index c9a37f6f..f8dbc4c3 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -8,6 +8,25 @@
- CI server: <http://teamcity.codebetter.com/project.html?projectId=project127&guest=1>
- @libgit2sharp: <http://twitter.com/libgit2sharp>
+## v0.12.0 - ([diff](https://github.com/libgit2/libgit2sharp/compare/v0.11.0...v0.12.0))
+
+### Additions
+
+ - Introduce repo.Info.IsShallow
+ - Teach repo.Reset to append to the Reflog
+ - Introduce repo.ObjectDatabase.CreateTag()
+ - Make repo.Diff.Compare() able to define the expected number of context and interhunk lines (#423)
+
+### Changes
+
+ - Obsolete TreeEntryTargetType.Tag
+ - Update libgit2 binaries to libgit2/libgit2@9d9fff3
+
+### Fixes
+
+ - Change probing mechanism to rely on specifically named versions of libgit2 binaries (#241)
+ - Ensure that two versions of LibGit2Sharp can run side by side (#241)
+
## v0.11.0 - ([diff](https://github.com/libgit2/libgit2sharp/compare/v0.10.0...v0.11.0))
### Additions