1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2024-05-10 11:28:44 +02:00

improved changelog slightly

This commit is contained in:
Ell 2022-12-23 17:08:51 +01:00
parent f8ebbdacdf
commit 10bea0f820

View file

@ -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