changelog: Add repositoryformatversion changes

This commit is contained in:
Vicent Marti
2015-06-25 15:45:48 +02:00
parent 87f8d66c60
commit 4202eca637

View File

@@ -75,6 +75,12 @@ support for HTTPS connections insead of OpenSSL.
* If libcurl is installed, we will use it to connect to HTTP(S)
servers.
* Support for `core.repositoryformatversion = 1` has been added. libgit2
will now load optional extensions from the `extensions.` namespace.
* The `extensions.preciousObject` extension is now understood, although
no action is taken by libgit2 because all objects are precious to us.
### API additions
* The `git_merge_options` gained a `file_flags` member.