Committed by Greg Sabino Mullane <[email protected]>

Note recent fix to bug 99144 in Changes file.

---
 Changes | 17 ++++++++++++-----
 1 file changed, 12 insertions(+), 5 deletions(-)

diff --git a/Changes b/Changes
index bb4f32a..4c0cd8d 100644
--- a/Changes
+++ b/Changes
@@ -1,13 +1,20 @@
  'GSM' is Greg Sabino Mullane, [email protected]
 
 
+Version 3.4.2
+
+  - Fix bug where single-quoted type arguments to the table_info()
+    method were causing a SQL error.
+    [Greg Sabino Mullane] (CPAN bug #99144)
+
+
 Version 3.4.1  Released August 20, 2014 (git commit 
cfd146effde09c493ac7573408ac29d6d9cbed47)
 
-    - Allow '%' again for the type in table_info() and thus tables()
-      It's not documented or tested in DBI, but it used to work until
-      DBD::Pg 3.4.0, and the change broke DBIx::Class::Schema::Loader, which
-      uses type='%'.
-      [Dagfinn Ilmari MannsÃ¥ker <[email protected]>]
+  - Allow '%' again for the type in table_info() and thus tables()
+    It's not documented or tested in DBI, but it used to work until
+    DBD::Pg 3.4.0, and the change broke DBIx::Class::Schema::Loader, which
+    uses type='%'.
+    [Dagfinn Ilmari MannsÃ¥ker <[email protected]>]
 
 
 Version 3.4.0  Released August 16, 2014 (git commit 
7a5da12d84b4c2e9879f90fb6168f56c095071fa)
-- 
1.8.4

Reply via email to