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>2015-03-18 17:18:16 +0300
committernulltoken <emeric.fermas@gmail.com>2015-03-18 17:18:16 +0300
commit7cbd0c676b363c92f0188c77cd4f5bc0933ca8ea (patch)
tree11e8d67d0b8cc80d843c09b47f3af73556fa4390 /CHANGES.md
parentd8a04a467baf2ec0139d214f798f5c0a82dd25cb (diff)
parent15df3817fafdbd59e3ec3ce0c21ce52076ce0665 (diff)
Merge branch 'master' into vNext
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md
index df3f209a..3fbecda7 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -10,6 +10,12 @@
- Windows (x86/amd64): <https://ci.appveyor.com/project/libgit2/libgit2sharp>
- Linux/Mac OS X: <https://travis-ci.org/libgit2/libgit2sharp>
+## v0.21.1 - ([diff](https://github.com/libgit2/libgit2sharp/compare/v0.21...v0.21.1))
+
+### Changes
+
+- Fix Fetch() related tests to cope with recent GitHub policy change regarding include-tag handling (#995, #1001)
+
## v0.21 - ([diff](https://github.com/libgit2/libgit2sharp/compare/v0.20.2...v0.21))
### Additions