mirror of
https://github.com/Ellpeck/MLEM.git
synced 2024-11-22 04:53:29 +01:00
added quick links to changelog
This commit is contained in:
parent
fe9b3830f8
commit
5756708010
1 changed files with 4 additions and 1 deletions
|
@ -3,6 +3,9 @@ MLEM uses [semantic versioning](https://semver.org/).
|
|||
|
||||
The newest version in this changelog is the one that is currently in development. The changelog for unreleased versions might be edited over time as new features get added, changed or removed. To see the newest released version, check out the [release branch](https://github.com/Ellpeck/MLEM/tree/release).
|
||||
|
||||
Jump to version:
|
||||
- [5.0.0 (Unreleased)](#500-unreleased)
|
||||
|
||||
## 5.0.0 (Unreleased)
|
||||
### MLEM
|
||||
Additions
|
||||
|
@ -14,7 +17,7 @@ Additions
|
|||
- Added InputsDown and InputsPressed properties to InputHandler
|
||||
- Added text alignment options to tokenized strings
|
||||
|
||||
Improvements
|
||||
Improvements
|
||||
- Allow NinePatches to be drawn tiled rather than stretched
|
||||
- Added the ability for Direction2 to be used as flags
|
||||
- Made Padding and Direction2 DataContracts
|
||||
|
|
Loading…
Reference in a new issue