Honor supplied field order when adding fields to a table object
[dbsrgits/SQL-Translator.git] / Changes
diff --git a/Changes b/Changes
index 56e7a15..3c49720 100644 (file)
--- a/Changes
+++ b/Changes
@@ -47,6 +47,8 @@
 * Fix ignored option to script/sqlt-diagram (RT#5992)
 * Fix t/17sqlfxml-producer.t failures due to whitespace differences introduced by
   environment config snippets (RT#70786)
+* Fix assembly of Table objects with numbered columns being added out of order
+  (RT#74771) (based on patch from Jonathan Otsuka)
 * Deprecate SQL::Translator::Schema::Graph and the as_graph() schema method
 * Bump minimum supported perl version to 5.8.1 (mostly due to Moo)