Release commit for 1.83
[dbsrgits/SQL-Abstract.git] / Changes
diff --git a/Changes b/Changes
index 7f25a87..ff78a51 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,11 @@
 Revision history for SQL::Abstract
 
+1.83 - 2017-04-03
+    - Support for DELETE ... RETURNING (GH#9)
+    - Port to Distar
+
+revision 1.82  2017-03-20
+-------------------------
     - Add explicit dependency on Sub::Quote (GH#8)
     - Fix syntax errors in ORDER BY docs (GH#7)