From 1fb3454607f5655f0e89710628d48cb146c301c9 Mon Sep 17 00:00:00 2001 From: Joseph H Kennedy <me@jhkennedy.org> Date: Wed, 3 Apr 2024 13:49:33 -0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3fa0e5a..10d80c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [PEP 440](https://www.python.org/dev/peps/pep-0440/) and uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [0.1.4] +### Fixed +* Removed the deprecated `jinja2_time.TimeExtension` from the cookiecutter config + ## [0.1.3] ### Changed * Upgraded to `hyp3lib=>3,<4`.