From 719ae009854a72ac06f22204a286b2477e05efac Mon Sep 17 00:00:00 2001 From: Prachi Gauriar Date: Tue, 30 Jun 2026 15:33:30 -0400 Subject: [PATCH] Add missing versions to changelog --- CHANGELOG.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 597a03f..4778c83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # DevFoundation Changelog -## 1.9.0: June 30, 2026 +## 1.10.0: June 30, 2026 This release adds a new utility type called `CurrentValueMulticaster`. The type, similar to `ObservableReference`, stores a value and multicasts value updates via its `values()` async @@ -8,6 +8,16 @@ sequence. This type is preferable to use over `ObservableReference` when you’r other observable types. +## 1.9.0: March 23, 2026 + +This release adds some conveniences for working with `Date`s with integral seconds and milliseconds. + + +## 1.8.1: March 19, 2026 + +This is a small release that fixes a compiler error with Xcode 26.4 RC1. + + ## 1.8.0: January 13, 2026 This release adds helpers for using remote content for localization.