From 8270d0cf29c4d400819afa6d496072f170a7ae94 Mon Sep 17 00:00:00 2001 From: Nick Saunders Date: Fri, 2 Dec 2022 06:39:40 -0700 Subject: [PATCH] Update CHANGELOG for v0.1.3 release. --- CHANGELOG.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 40cf671..516cad6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,13 +7,16 @@ Notable changes are documented in this file. The format is based on [Keep a Chan Breaking changes: New features: -- A specialized version of the `&.` operator has been added for use with - Halogen's `ClassName` type. Bugfixes: Other improvements: +## [0.1.3] - 2022-12-02 + +New features: +- Specialized version of the `&.` operator for use with Halogen `ClassName` type + ## [0.1.2] - 2022-11-06 Other improvements: