Skip to content

Commit

Permalink
Prepare release 1.3.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
paurkedal committed Mar 11, 2021
1 parent 711c464 commit 43abfd0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## v1.3.1 - 2021-03-11

- Fix infinite loop when deserializing an optional tuple (GPR#63 mefyl).
- Add `Caqti_connect_sig.S.with_connection` (GPR#61 Anton Bachin).
- Pass parameter types to PostgreSQL prepare and query functions. This
avoids the need to CAST parameters on the SQL side in some cases.
- Add `?post_connect` callback to `connect_pool`.
- Documentation fixes and improvements (Aaron L. Zeng, Anton Bachin, Petter
A. Urkedal).

## v1.3.0 - 2021-01-17

- Implement `affected_count` for sqlite backend (GPR#46 jakob).
Expand Down

0 comments on commit 43abfd0

Please sign in to comment.