summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Martín Nieto <cmn@dwim.me>2015-11-01 16:46:50 +0100
committerCarlos Martín Nieto <cmn@dwim.me>2015-11-01 16:46:50 +0100
commitb4b36a13e5420fbae5973677dd4443770a0256b2 (patch)
tree863a57667e8deadcca428806ca0263c2b7040cc5
parent08ee9e8c0386200c384b5e63a3b836329ff44edf (diff)
downloadlibgit2-cmn/repo-v1.tar.gz
CHANGELOG: add entry about odb registrationcmn/repo-v1
-rw-r--r--CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f77c195c8..334bd765f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -20,6 +20,11 @@ v0.23 + 1
the opportunity for concurrent operations and not committing any
changes until the unlock.
+* `git_odb_register()` allows you to register a constructor to be
+ called when the repository has an extension `extensions.odb` with
+ the value you provide as a name. This object db will be used instead
+ of the default one.
+
### API removals
### Breaking API changes