summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorCarlos Martín Nieto <cmn@dwim.me>2015-07-09 18:21:31 +0200
committerCarlos Martín Nieto <cmn@dwim.me>2015-07-09 18:21:31 +0200
commit9847d80ddc97b85ca38e158dc4781f0a3c6081ca (patch)
tree943d25b195b9eb2a90c355707d09f71b60d195c5 /CHANGELOG.md
parentcd85ce6040485ba3258555e33ae1641ca62097ff (diff)
parent63924435a103d34315ad9a4851d84b2b052aca38 (diff)
downloadlibgit2-9847d80ddc97b85ca38e158dc4781f0a3c6081ca.tar.gz
Merge pull request #3281 from ethomson/wildcard_filters
filters: custom filters with wildcard attributes
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 b824a66da..0aae4da6a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -88,6 +88,10 @@ v0.23
* If libcurl is installed, we will use it to connect to HTTP(S)
servers.
+* Custom filters can now be registered with wildcard attributes, for
+ example `filter=*`. Consumers should examine the attributes parameter
+ of the `check` function for details.
+
### API additions
* The `git_merge_options` gained a `file_flags` member.