diff options
author | Carlos Martín Nieto <cmn@dwim.me> | 2015-07-10 19:32:04 +0200 |
---|---|---|
committer | Carlos Martín Nieto <cmn@dwim.me> | 2015-07-10 19:32:04 +0200 |
commit | 1cd96016167d169df7fcd7527e326241e2d2a52c (patch) | |
tree | a1f8261d540e75bfebce99ce6870e3e9bb3bad30 /CHANGELOG.md | |
parent | a1687f7855cabed8adde9457d76c51cc2ce4cf38 (diff) | |
parent | 9c0331026b71ed801baa969c308598d59c6891c7 (diff) | |
download | libgit2-1cd96016167d169df7fcd7527e326241e2d2a52c.tar.gz |
Merge pull request #3301 from ethomson/warnings
Clean up some warnings
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 8 |
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. |