From ad627d60c0586c290541c5f9f779bcd229300045 Mon Sep 17 00:00:00 2001 From: Jona Andersen Date: Wed, 16 Mar 2022 11:35:09 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d798269..f2f3fd4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ 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/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 0.4.5 - 2022-03-16 + +## Added + +- Added support for filling cells using a user-passed fill function (velitasali, #500) + ## 0.4.4 - 2022-02-23 ## Added