Skip to content

Commit ddd6592

Browse files
authored
Space Separate ChangeLog entries
Markdown works a bit better with this
1 parent 3ccc913 commit ddd6592

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

ChangeLog.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
* Data.WeakBag.traverse and Data.FastWeakBag.traverse have been
66
renamed to Data.WeakBag.traverse_ and Data.FastWeakBag.traverse_
77
respectively.
8+
89
* Fixes a bug in `Reflex.Patch.MapWithMove.patchThatSortsMapWith` that was producing invalid `PatchMapWithMove`.
910

1011
## 0.6.2.4
@@ -18,7 +19,9 @@
1819
## 0.6.2.2
1920

2021
* Support these >= 1. Add `split-these` flag to control whether to use new these/semialign combination or not.
22+
2123
* Update version bounds to fix some CI failures
24+
2225
* Add travis CI configuration
2326

2427
## 0.6.2.1
@@ -44,21 +47,31 @@
4447

4548
* Fix `holdDyn` so that it is lazy in its event argument
4649
These produce `DMap`s whose values needn't be `Identity`.
50+
4751
* Stop using the now-deprecated `*Tag` classes (e.g., `ShowTag`).
52+
4853
* Fix `holdDyn` so that it is lazy in its event argument.
4954

5055
## 0.6.1.0
5156

5257
* Re-export all of `Data.Map.Monoidal`
58+
5359
* Fix `QueryT` and `RequesterT` tests
5460

5561
## 0.6.0.0 -- 2019-03-20
5662

5763
* Deprecate `FunctorMaybe` in favor of `Data.Witherable.Filterable`. We still export `fmapMaybe`, `ffilter`, etc., but they all rely on `Filterable` now.
64+
5865
* Rename `MonadDynamicWriter` to `DynamicWriter` and add a deprecation for the old name.
66+
5967
* Remove many deprecated functions.
68+
6069
* Add a `Num` instance for `Dynamic`.
70+
6171
* Add `matchRequestsWithResponses` to make it easier to use `Requester` with protocols that don't do this matching for you.
72+
6273
* Add `withRequesterT` to map functions over the request and response of a `RequesterT`.
74+
6375
* Suppress nil patches in `QueryT` as an optimization. The `Query` type must now have an `Eq` instance.
76+
6477
* Add `throttleBatchWithLag` to `Reflex.Time`. See that module for details.

0 commit comments

Comments
 (0)