From f18854371a18e783ffebb1e0050b147cc22526dc Mon Sep 17 00:00:00 2001 From: James Cammarata Date: Tue, 29 Oct 2013 16:07:52 -0500 Subject: [PATCH] Adding changelog entries for 1.3.4 --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 96e825506d..9d76b4742b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -63,6 +63,11 @@ Misc changes: * name of executable can be passed to pip/gem etc, for installing under *different* interpreters * copy of ./hacking/env-setup added for fish users, ./hacking/env-setup.fish +1.3.4 "Top of the World" (reprise) - October 29, 2013 + +Fixed a bug in the copy module, where a filename containing the string "raw" was handled incorrectly +Fixed a bug in accelerate mode, where copying a zero-length file out would fail + 1.3.3 "Top of the World" (reprise) - October 9, 2013 Additional fixes for accelerate mode.