From 4b13aff0574a040077679b4b74d4b6f00121ab5c Mon Sep 17 00:00:00 2001 From: Chance Date: Fri, 23 Feb 2024 17:23:16 -0500 Subject: [PATCH] update CHANGELOG.md --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 054749e..77a8cea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ 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] 2024-02-23 + +### Fixed + +- Fixes issue with `Pointer::push_back` that does not allow for empty strings + to be appended as tokens. #21 fixed by [@wngr](https://github.com/wngr) + ## [0.4.3] 2023-08-20 ### Added