summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2015-07-10 09:25:45 -0500
committerEdward Thomson <ethomson@edwardthomson.com>2015-07-10 09:53:30 -0500
commit9a99ca7b2108e3c3ca483d695cf0f46de386630a (patch)
treeb71a5867fa190dc4ca4cbcf3ba7f9eb4d5a4c356 /CHANGELOG.md
parentbae467aec4de8bb7d0c10a3a11e585ab6d05dd8f (diff)
downloadlibgit2-9a99ca7b2108e3c3ca483d695cf0f46de386630a.tar.gz
wildcard filters: move CHANGELOG message to 0.23+1
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0aae4da6a..5e15a2121 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,10 @@ v0.23 + 1
### Changes or improvements
+* 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
### API removals
@@ -88,10 +92,6 @@ 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.