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

fixed changelog formatting error

This commit is contained in:
Ell 2023-02-21 17:21:19 +01:00
parent c4836eedd6
commit fd642637a1

View file

@ -134,7 +134,7 @@ Fixes
Removals
- Marked DynamicEnum as obsolete due to its reimplementation in [DynamicEnums](https://www.nuget.org/packages/DynamicEnums)
## MLEM.Extended
### MLEM.Extended
Additions
- Added Range extension methods GetPercentage and FromPercentage
@ -143,7 +143,7 @@ Improvements
- Added trimming and AOT annotations and made MLEM.Extended trimmable
- **Made GenericBitmapFont and GenericStashFont support UTF-32 characters like emoji**
## MLEM.Startup
### MLEM.Startup
Improvements
- Multi-target net452, making MLEM compatible with MonoGame for consoles
- Added trimming and AOT annotations and made MLEM.Startup trimmable