From: Matt S Trout <mst@shadowcat.co.uk>
Date: Sun, 13 Oct 2019 17:19:56 +0000 (+0000)
Subject: Release commit for 1.90_03
X-Git-Tag: v1.90_03^0
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ade72be1f8ce4186cbfc5078c35937f81f78cf50;p=dbsrgits%2FSQL-Abstract.git

Release commit for 1.90_03

   - Add proof of concept DBIx::Class::SQLMaker::Role::SQLA2Passthrough
   - _where_field_IN/BETWEEN are documented as subclassable; feature restored
---

diff --git a/Changes b/Changes
index 501face..6bdba72 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,6 @@
 Revision history for SQL::Abstract
 
+1.90_03 - 2019-10-13
    - Add proof of concept DBIx::Class::SQLMaker::Role::SQLA2Passthrough
    - _where_field_IN/BETWEEN are documented as subclassable; feature restored