From 15e119375018fba121cf58e02a9f17fe22df0df8 Mon Sep 17 00:00:00 2001 From: Edward Thomson Date: Wed, 14 Jun 2017 13:31:20 +0200 Subject: [PATCH] CHANGELOG: document git_filter_init and GIT_FILTER_INIT --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b9e0c90a..24ecba426 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -96,6 +96,9 @@ v0.26 * `git_transport_smart_proxy_options()' enables you to get the proxy options for smart transports. +* The `GIT_FILTER_INIT` macro and the `git_filter_init` function are provided + to initialize a `git_filter` structure. + ### Breaking API changes * `clone_checkout_strategy` has been removed from