From c765c42e49131c6683563ee8f3f10dc1c43ff1d4 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Thu, 15 May 2014 13:43:41 -0700 Subject: [PATCH] Updated changelog. --- changelog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/changelog b/changelog index c99238c..1b7ee6c 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,11 @@ +zip-archive 0.2.3 + + * Export new function `toArchiveOrFail`. Closes #17. + * Set general purpose bit flag to use UTF8 in local file header. + Otherwise we get a mismatch between the flag in the central + directory and the flag in the local file header, which causes some + programs not to be able to extract the files. Closes #19. + zip-archive 0.2.2.1 * Fix a stack overflow in getWordsTillSig (Tristan Ravitch).