From bbda0426dacc253174b043e4db0afca974d73987 Mon Sep 17 00:00:00 2001 From: Aaron Smith <83140718+centau@users.noreply.github.com> Date: Wed, 27 Sep 2023 10:31:52 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d6423e..3900dad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,14 +4,25 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). +-------------------------------------------------------------------------------- + ## Unreleased +### Added + +- `cleanup()` accepts objects with a `Destroy()` or `Disconnect()` interface. +- `read()` as a utility to read sources or passthrough a non-source value. + ### Changed - Reactive scopes created within reactive scopes are now destroyed on rerun. - `untrack()` can be called outside of reactive scopes. ---- +### Fixed + +- `show()` and `switch()` not updating when in strict mode. + +-------------------------------------------------------------------------------- ## [0.1.0] - 2023-09-20