From 0306401a76af0e800ae9d3c0d31c76c058357d39 Mon Sep 17 00:00:00 2001 From: Isiah Meadows Date: Thu, 30 May 2019 21:06:52 -0400 Subject: [PATCH] Add missing line Drive-by: fix formatting error in v2.0.0 section Fixes #2418 --- stream/change-log.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/stream/change-log.md b/stream/change-log.md index 7cd494a0..637e0f16 100644 --- a/stream/change-log.md +++ b/stream/change-log.md @@ -11,7 +11,8 @@ - Add `stream.lift` as a user-friendly alternative to `merge -> map` or `combine` ([#1944](https://github.com/MithrilJS/mithril.js/issues/1944)) - renamed HALT to SKIP ([#2207](https://github.com/MithrilJS/mithril.js/pull/2207)) - rewrote implementation ([#2207](https://github.com/MithrilJS/mithril.js/pull/2207)) -- Removed `valueOf` & `toString` methods ([#2150](https://github.com/MithrilJS/mithril.js/pull/2150) +- Removed `valueOf` & `toString` methods ([#2150](https://github.com/MithrilJS/mithril.js/pull/2150)) +- fixed `stream.end` propagation ([#2369](https://github.com/MithrilJS/mithril.js/pull/2369)) ### 1.1.0 - Move the "use strict" directive inside the IIFE [#1831](https://github.com/MithrilJS/mithril.js/issues/1831) ([#1893](https://github.com/MithrilJS/mithril.js/pull/1893))