mirror of
https://github.com/Ellpeck/MLEM.git
synced 2024-11-22 12:58:33 +01:00
improved changelog slightly
This commit is contained in:
parent
f8ebbdacdf
commit
10bea0f820
1 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue