]> git.proxmox.com Git - libgit2.git/commitdiff
Add changelog for transactions
authorCarlos Martín Nieto <cmn@dwim.me>
Sun, 27 Jul 2014 15:22:32 +0000 (17:22 +0200)
committerCarlos Martín Nieto <cmn@dwim.me>
Tue, 30 Sep 2014 13:52:14 +0000 (15:52 +0200)
CHANGELOG.md

index b23e07d938169b020aa9ec86cad6e6e160eb9d3d..fb01d54a87f8d6a97fd5f581ca63d5a711c6aaf4 100644 (file)
@@ -8,6 +8,11 @@ v0.21 + 1
 
 * Use a map for the treebuilder, making insertion O(1)
 
+* Introduce reference transactions, which allow multiple references to
+  be locked at the same time and updates be queued. This also allows
+  us to safely update a reflog with arbitrary contents, as we need to
+  do for stash.
+
 * LF -> CRLF filter refuses to handle mixed-EOL files
 
 * LF -> CRLF filter now runs when * text = auto (with Git for Windows 1.9.4)