From 10bea0f8204336dd52ab254aeb189cda1d654bcf Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Fri, 23 Dec 2022 17:08:51 +0100 Subject: [PATCH] improved changelog slightly --- CHANGELOG.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 57b3f15..28a6756 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,15 @@ # Changelog -MLEM tries to adhere to [semantic versioning](https://semver.org/). Breaking changes are written in **bold**. +MLEM tries to adhere to [semantic versioning](https://semver.org/). Potentially breaking changes are written in **bold**. Jump to version: -- [6.1.0](#610) +- [6.1.0 (Unreleased)](#610-unreleased) - [6.0.0](#600) - [5.3.0](#530) - [5.2.0](#520) - [5.1.0](#510) - [5.0.0](#500) -## 6.1.0 +## 6.1.0 (Unreleased) ### MLEM Additions @@ -69,6 +69,7 @@ Improvements - Set cornflower blue as the default link color - Added TextField.OnCopyPasteException to allow handling exceptions thrown by TextCopy - Avoid paragraphs splitting or truncating their text unnecessarily +- Automatically mark elements dirty when various member values are changed Fixes - Fixed parents of elements that prevent spill not being notified properly