You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: persistent-mysql/ChangeLog.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,13 @@
1
-
## Unreleased
1
+
## 2.8.0 (Unreleased)
2
2
3
+
* Switch from `MonadBaseControl` to `MonadUnliftIO`
3
4
* Fix duplicate migrations when using `mediumtext`, `longtext`, `mediumblob`, `longblob`, and `double`s using a custom precision. [#754](https://github.com/yesodweb/persistent/pull/754)
4
5
5
6
-- This can be released as a minor change on the next update. Currently persistent-mysql can't be released because 2.6.2.2 depends on persistent-2.7.2 being released.
6
7
8
+
* The `SomeField` type was renamed to `HandleUpdateCollision` and deprecated. Please migrate to using `HandleUpdateCollision`.
9
+
* The `SomeField` constructor was deprecated, and a temporary pattern synonym introduced. Please migrate to using `copyField`.
10
+
7
11
## 2.6.2.2 [UNRELEASED ON HACKAGE]
8
12
9
13
-- This version depends on persistent 2.7.2, which introduced breaking changes and is deprecated on hackage.
0 commit comments