Fix syntax errors in ORDER BY docs (GH#7)
[dbsrgits/SQL-Abstract.git] / Changes
diff --git a/Changes b/Changes
index 5278472..7f25a87 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for SQL::Abstract
 
+    - Add explicit dependency on Sub::Quote (GH#8)
+    - Fix syntax errors in ORDER BY docs (GH#7)
+
 revision 1.81_01  2017-02-28
 ----------------------------
     - Fix order clauses with bind parameters in ->where