Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2015-03-24 15:34:12 +0300
committerEdward Thomson <ethomson@edwardthomson.com>2015-03-24 15:34:12 +0300
commit95d1624b8d7dcda58527cb26b9e7c9c8b2af0d6a (patch)
treeb0203c4ed70970b969451db5893480bef634e956 /CHANGELOG.md
parent5dcd2d6628dcebbb69860ccdd9b7e2ef9851a546 (diff)
parent385449b1df593440abcf6636c81eb5ea19b1d1a1 (diff)
Merge pull request #2947 from libgit2/cmn/notes-buf
note: use a git_buf to return the default namespace
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0a1c73e8d..be8e92400 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -98,6 +98,9 @@ v0.22 + 1
non-snapshot configuration, as there can be no guarantee that the
returned pointer is valid.
+* `git_note_default_ref()` now uses a `git_buf` to return the string,
+ as the string is otherwise not guaranteed to stay allocated.
+
v0.22
------