Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxGabriel committed Jan 17, 2018
1 parent 453ef08 commit 08635a8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions persistent/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
## 2.7.3.1

* Improve error messages when failing to parse database results into Persistent records.
* A handful of `fromPersistField` implementations called `error` instead of returning a `Left Text`. All of the implementations were changed to return `Left`.
* Improve error messages when failing to parse database results into Persistent records. [#741](https://github.com/yesodweb/persistent/pull/741)
* A handful of `fromPersistField` implementations called `error` instead of returning a `Left Text`. All of the implementations were changed to return `Left`. [#741](https://github.com/yesodweb/persistent/pull/741)
* Improve error message when a SQL insert fails with a custom primary key [#757](https://github.com/yesodweb/persistent/pull/757)

## 2.7.3

Expand Down

0 comments on commit 08635a8

Please sign in to comment.