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:
authorCarlos Martín Nieto <cmn@dwim.me>2015-07-10 20:32:04 +0300
committerCarlos Martín Nieto <cmn@dwim.me>2015-07-10 20:32:04 +0300
commit1cd96016167d169df7fcd7527e326241e2d2a52c (patch)
treea1f8261d540e75bfebce99ce6870e3e9bb3bad30 /CHANGELOG.md
parenta1687f7855cabed8adde9457d76c51cc2ce4cf38 (diff)
parent9c0331026b71ed801baa969c308598d59c6891c7 (diff)
Merge pull request #3301 from ethomson/warnings
Clean up some warnings
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 fa6599190..c0a819ed7 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
@@ -92,10 +96,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.