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

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2015-06-30 01:51:18 +0300
committerEdward Thomson <ethomson@edwardthomson.com>2015-07-10 17:28:33 +0300
commit79698030b090b017aea6d33fb3f02d3fcb046738 (patch)
treeaa4c8bc19a32ca7ef95f6ba6ada90bf9e33e1791 /CHANGELOG.md
parent9847d80ddc97b85ca38e158dc4781f0a3c6081ca (diff)
git_cert: child types use proper base type
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0aae4da6a..fa6599190 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,10 @@ v0.23 + 1
### API removals
+### Breaking API changes
+
+* `git_cert` descendent types now have a proper `parent` member
+
v0.23
------