summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVicent Marti <tanoku@gmail.com>2015-06-25 15:45:48 +0200
committerVicent Marti <tanoku@gmail.com>2015-06-25 15:47:49 +0200
commit4202eca637d291e3c158068c5d67a77617ae4a2f (patch)
tree077daaed131ba3f052b0a6eb4b07f9731a895d54
parent87f8d66c605c3a906b88e25bc526f7754a131a30 (diff)
downloadlibgit2-vmg/repo-format-1.tar.gz
changelog: Add repositoryformatversion changesvmg/repo-format-1
-rw-r--r--CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 86f995545..d209d5fb1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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.