From 99c3e9a2c71034bc0e602533ee3d755d91b19471 Mon Sep 17 00:00:00 2001 From: Steve Francia Date: Thu, 10 Dec 2015 11:32:20 -0500 Subject: [PATCH] Release 0.10 of Afero --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index cce5512..6453801 100644 --- a/README.md +++ b/README.md @@ -295,6 +295,15 @@ Googles very well. ## Release Notes +* **0.10.0** 2015.12.10 + * Full compatibility with Windows + * Introduction of afero utilities + * Test suite rewritten to work cross platform + * Normalize paths for MemMapFs + * Adding Sync to the file interface + * **Breaking Change** Walk and ReadDir have changed parameter order + * Moving types used by MemMapFs to a subpackage + * General bugfixes and improvements * **0.9.0** 2015.11.05 * New Walk function similar to filepath.Walk * MemMapFs.OpenFile handles O_CREATE, O_APPEND, O_TRUNC