From a6aa9916f3c4e4a5e9441ac7c06cb2dcf458333c Mon Sep 17 00:00:00 2001 From: Douglas Greenshields Date: Sun, 30 May 2021 21:41:08 +0100 Subject: [PATCH] add to changelog for 0.4.0 release --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 63f1ade..0c64e4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,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.0] - 2021-05-30 + +### Changed +- add a benchmark task in dev environment (`task bench`) using [PHPBench](https://phpbench.readthedocs.io/) +- use Parsica release 0.8.1, giving an approx 2x speed-up vs previous release! + ## [0.3.0] - 2021-02-24 ### Changed