Improve CHANGELOG order
deandreamatias opened this issue · 1 comments
deandreamatias commented
A good practice in changelog, place last version in first place
Expected order:
## [0.5.1] - Add nullable Layout
You can access layout safely with
Layout.maybeOf(context)
## [0.5.0] - First Version
Current order:
## [0.5.0] - First Version
## [0.5.1] - Add nullable Layout
You can access layout safely with
Layout.maybeOf(context)
jamesblasco commented
True! Thank you for taking your time to submit the issue.
I have fixed it. It will be available in pub.dev in the next release