diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e61eb425..6b55d2b4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.6.7004.1 + +* Fixed quadratic slowdown in `removeEmpty`. + +* Fixed `read` compatibility with time-1.9 in test suite. + ## 0.6.7004.0 * Many changes to the documentation that use the new names. See entry diff --git a/opaleye.cabal b/opaleye.cabal index 83bef9952..01618ab64 100644 --- a/opaleye.cabal +++ b/opaleye.cabal @@ -1,6 +1,6 @@ name: opaleye copyright: Copyright (c) 2014-2019 Purely Agile Limited -version: 0.6.7004.0 +version: 0.6.7004.1 synopsis: An SQL-generating DSL targeting PostgreSQL description: An SQL-generating DSL targeting PostgreSQL. Allows Postgres queries to be written within Haskell in a