Add Changes entry for ORDER BY doc improvements
Dagfinn Ilmari Mannsåker [Mon, 20 Feb 2017 12:04:17 +0000 (12:04 +0000)]
Changes

diff --git a/Changes b/Changes
index 0d8df7b..e828f7a 100644 (file)
--- a/Changes
+++ b/Changes
@@ -4,6 +4,7 @@ Revision history for SQL::Abstract
     - Fix ->insert($table, \@values) with >26 values (RT#112684)
     - Teach ::Tree that ILIKE (PostgreSQL) and REGEXP (MySQL) are binary ops
     - Support for UPDATE ... RETURNING
+    - Documentation improvements for ORDER BY
 
 revision 1.81  2014-10-25
 ----------------------------