From aeceeaf85882169276caef935e78466157ab30a0 Mon Sep 17 00:00:00 2001 From: Paul Ruane Date: Fri, 13 Mar 2015 22:11:40 +0000 Subject: [PATCH] Updated README. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 5dbdc95a..ce7e88c4 100644 --- a/README.md +++ b/README.md @@ -91,6 +91,12 @@ Sqlite3 libraries, their Go bindings and the Go language standard library. Release Notes ============= +v0.5.2 +------ + + * Fixed bug where concurrent access to the virtual filesystem would cause + a runtime panic. + v0.5.1 ------