persistent-template 2.1.3.2 → 2.1.3.3
raw patch · 2 files changed
+6/−1 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- ChangeLog.md +5/−0
- persistent-template.cabal +1/−1
ChangeLog.md view
@@ -1,3 +1,8 @@+## 2.1.3.3++By default explicitly use Int64 for foreign key references.+This avoids confusion on a 32 bit system.+ ## 2.1.3.1 Support foreign key references to composite primary keys
persistent-template.cabal view
@@ -1,5 +1,5 @@ name: persistent-template-version: 2.1.3.2+version: 2.1.3.3 license: MIT license-file: LICENSE author: Michael Snoyman <michael@snoyman.com>