summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@microsoft.com>2015-05-11 14:06:47 -0400
committerEdward Thomson <ethomson@microsoft.com>2015-05-11 14:12:50 -0400
commit15fdf0548f1c7a2783e1ac84383536065c1a50ae (patch)
tree092e9cc8807bf22e5bf5ce842d92277c2816207f
parent4497287321d2d2624316b38c00a032a5e890e88f (diff)
downloadlibgit2-15fdf0548f1c7a2783e1ac84383536065c1a50ae.tar.gz
stash application: document new API in CHANGELOG
-rw-r--r--CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4067e48f2..3657906d6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -63,6 +63,12 @@ support for HTTPS connections insead of OpenSSL.
* `git_index_add_frombuffer()` can now create a blob from memory
buffer and add it to the index which is attached to a repository.
+* `git_stash_apply()` can now apply a stashed state from the stash list,
+ placing the data into the working directory and index.
+
+* `git_stash_pop()` will apply a stashed state (like `git_stash_apply()`)
+ but will remove the stashed state after a successful application.
+
### API removals
### Breaking API changes