Skip to content

Commit 9b721a5

Browse files
authored
Merge pull request #447 from reflex-frp/release/0.8.0.0
v0.8
2 parents 8b374f2 + 3369fce commit 9b721a5

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)