Use precompiled Parse::RecDescent parsers for moar speed
[dbsrgits/SQL-Translator.git] / Changes
diff --git a/Changes b/Changes
index f28761e..8b29b8d 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,4 @@
+* All parser grammars are now precompiled for speed
 * Proper quoting support in SQLite
 * Support for triggers in PostgreSQL producer and parser
 * Correct Data Type in SQLT::Parser::DBI::PostgreSQL (patch from Andrew Pam)