We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8b374f2 + 3369fce commit 9b721a5Copy full SHA for 9b721a5
ChangeLog.md
@@ -1,5 +1,9 @@
1
# Revision history for reflex
2
3
+## 0.8.0.0
4
+
5
+* Replace 0.7.2.0 with 0.8.0.0 to reflect the `MonadHold` interface change. Deprecates 0.7.2.0.
6
7
## 0.7.2.0
8
* ([#416](https://github.com/reflex-frp/reflex/pull/416)) Add `now :: m (Event t ())` to `MonadHold`.
9
* Extend some dependency version bounds
reflex.cabal
@@ -1,5 +1,5 @@
Name: reflex
-Version: 0.7.2.0
+Version: 0.8.0.0
Synopsis: Higher-order Functional Reactive Programming
Description:
Interactive programs without callbacks or side-effects.
0 commit comments