From fe272402c8c6d88a1896a37d36b44e28cf9f6ab0 Mon Sep 17 00:00:00 2001 From: Dan McClain Date: Fri, 30 Nov 2012 07:58:15 -0500 Subject: [PATCH] Updates changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 00ce301..69b3a73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.0.10 + + * Fixes parsing of number arrays when they are set from a string array - Alexey Noskov (@alno) + ## 0.0.9 * Fixes #?, Adds (pending) test case for #update_column - Dan McClain (@danmcclain)