diff options
-rw-r--r-- | CHANGELOG.md | 5 |
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 |