persistent-mysql 2.1.2 → 2.1.2.1
raw patch · 3 files changed
+6/−2 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- ChangeLog.md +4/−0
- Database/Persist/MySQL.hs +1/−1
- persistent-mysql.cabal +1/−1
ChangeLog.md view
@@ -1,3 +1,7 @@+## 2.1.2.1++Documentation typo fix+ ## 2.1.2 Provide a `FromJSON` instance for `MySQLConf`.
Database/Persist/MySQL.hs view
@@ -68,7 +68,7 @@ -- | Create a MySQL connection pool. Note that it's your--- responsability to properly close the connection pool when+-- responsibility to properly close the connection pool when -- unneeded. Use 'withMySQLPool' for automatic resource control. createMySQLPool :: (MonadBaseControl IO m, MonadIO m, MonadLogger m) => MySQL.ConnectInfo
persistent-mysql.cabal view
@@ -1,5 +1,5 @@ name: persistent-mysql-version: 2.1.2+version: 2.1.2.1 license: MIT license-file: LICENSE author: Felipe Lessa <felipe.lessa@gmail.com>, Michael Snoyman