Check xt for whitespace too
[dbsrgits/SQL-Abstract.git] / Changes
diff --git a/Changes b/Changes
index 665da01..6ed2899 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
 Revision history for SQL::Abstract
 
+revision 1.77  2014-01-17
+----------------------------
     - Reintroduce { -not => undef } column operator (regression from 1.75)
 
 revision 1.75  2013-12-27
@@ -39,6 +41,7 @@ revision 1.73  2012-07-10
     - Fix incorrect reporting of mismatch-members in SQLA::Test
     - Migrate the -ident operator from DBIC into SQLA
     - Migrate the -value operator from DBIC into SQLA
+    - Add support for NULLS FIRST/LAST in ORDER BY
 
 revision 1.72  2010-12-21
 ----------------------------