Commit 15fdf0548f1c7a2783e1ac84383536065c1a50ae

Edward Thomson 2015-05-11T14:06:47

stash application: document new API in CHANGELOG

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4067e48..3657906 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