diff --git a/changelog.md b/changelog.md index 070f4da..4861a95 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,5 @@ 3.4.1.0 -======= +=======- - @belevy - [#228](https://github.com/bitemyapp/esqueleto/pull/228) - Destroy all GADTs; Removes the From GADT and SqlExpr GADT @@ -9,6 +9,10 @@ that may be needed - Experimental top level is now strictly for documentation and all the implementation details are in Experimental.* modules +- @Vlix + - [#232](https://github.com/bitemyapp/esqueleto/pull/232) + - Export the `ValidOnClauseValue` type family + 3.4.0.1 ======= diff --git a/src/Database/Esqueleto/Experimental.hs b/src/Database/Esqueleto/Experimental.hs index 8466b04..2564837 100644 --- a/src/Database/Esqueleto/Experimental.hs +++ b/src/Database/Esqueleto/Experimental.hs @@ -48,6 +48,7 @@ module Database.Esqueleto.Experimental , ToAliasReference(..) , ToAliasReferenceT , ToSetOperation(..) + , ValidOnClauseValue -- * The Normal Stuff , where_