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 16:44:44 +0300
committernulltoken <emeric.fermas@gmail.com>2015-03-18 16:44:44 +0300
commit15df3817fafdbd59e3ec3ce0c21ce52076ce0665 (patch)
tree8977ecc840cb4325409cb6e4a87c26d9f8530d89 /CHANGES.md
parentafbe73e7ada3e2ab6041a1fae71cfee87ad6341a (diff)
Release LibGit2Sharp v0.21.1v0.21.1master
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 d0625fec..fe14217c 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -10,6 +10,12 @@
- Windows (x86/amd64): <https://ci.appveyor.com/project/libgit2/libgit2sharp>
- Linux/MacOsX: <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