From 2cd3cb8e03591e08c1cc1890ae5b82a498773f19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Mart=C3=ADn=20Nieto?= Date: Wed, 24 Sep 2014 10:22:03 +0200 Subject: [PATCH] Add a note about cert check in the CHANGELOG --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4664c4d41..b23e07d93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -46,6 +46,10 @@ v0.21 + 1 repository_cb_payload to allow the user to create a repository with custom options. +* The option to ignore certificate errors via git_remote_cert_check() + is no longer present. Instead, git_remote_callbacks has gained a new + entry which lets the user perform their own certificate checks. + * git_clone_into and git_clone_local_into have been removed from the public API in favour of git_clone callbacks