CHANGELOG.md: update changelog to mention custom memory allocators
diff --git a/CHANGELOG.md b/CHANGELOG.md
index bd495d9..057d395 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -13,6 +13,9 @@ v0.27 + 1
### API additions
+* You can now swap out memory allocators via the
+ `GIT_OPT_SET_ALLOCATOR` option with `git_libgit2_opts()`.
+
### API removals
### Breaking API changes