summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Martín Nieto <cmn@dwim.me>2015-06-24 20:21:54 +0200
committerCarlos Martín Nieto <cmn@dwim.me>2015-06-24 23:49:10 +0200
commit3cf91d98e28f2519e69c9ce77a6d6454adc713d7 (patch)
treef7a3b236610d01042ad1b3913ae09a9acde751bb
parenta65992355dac71490f4b22b3f2c0d55a1beca01b (diff)
downloadlibgit2-cmn/dont-grow-borrowed.tar.gz
Add CHANGELOG entriescmn/dont-grow-borrowed
-rw-r--r--CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1340f78f9..2c7aa3164 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -124,6 +124,9 @@ support for HTTPS connections insead of OpenSSL.
configuration of the server, and tools can use this to show messages
about failing to communicate with the server.
+* A new error code `GIT_EINVALID` indicates that an argument to a
+ function is invalid, or an invalid operation was requested.
+
* `git_diff_index_to_workdir()` and `git_diff_tree_to_index()` will now
produce deltas of type `GIT_DELTA_CONFLICTED` to indicate that the index
side of the delta is a conflict.
@@ -264,6 +267,9 @@ support for HTTPS connections insead of OpenSSL.
* `GIT_EMERGECONFLICT` is now `GIT_ECONFLICT`, which more accurately
describes the nature of the error.
+* It is no longer allowed to call `git_buf_grow()` on buffers
+ borrowing the memory they point to.
+
v0.22
------