Skip to content

Commit 3369fce

Browse files
committed
v0.8
1 parent 57dc0e7 commit 3369fce

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

ChangeLog.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Revision history for reflex
22

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+
37
## 0.7.2.0
48
* ([#416](https://github.com/reflex-frp/reflex/pull/416)) Add `now :: m (Event t ())` to `MonadHold`.
59
* Extend some dependency version bounds

reflex.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: reflex
2-
Version: 0.7.2.0
2+
Version: 0.8.0.0
33
Synopsis: Higher-order Functional Reactive Programming
44
Description:
55
Interactive programs without callbacks or side-effects.

0 commit comments

Comments
 (0)