From 3992067e2313ec62ae1e5654585c2d970bb920d6 Mon Sep 17 00:00:00 2001 From: Sean Fisher Date: Tue, 14 Nov 2023 11:26:23 -0500 Subject: [PATCH] CHANGELOG for 0.12.8 --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c9169f04c..a7bd8b724 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,18 @@ 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). +## v0.12.8 - 2023-11-14 + +### Added + +- Adding block assertions to strings. +- Allow partial matching of HTML content by xpath selectors. +- Add a shutdown handler to the installation script to prevent silent fatals. + +### Fixed + +- Ensure factories can be used with data providers. + ## v0.12.7 - 2023-10-02 ### Added