Best way to manage a changelog
- by Gnial0id
I'm currently developing a WinForm application.
In order to inform the client about the improvements and corrections made during the last version, I would like to manage and display a changelog.
I mostly found existing changelog on website (the term changelog is pretty used) or explanation on how to manage the release numbers, which I don't care.
So, these are my questions:
Is there a good practice in changelog management (using XML, pure text in the app, etc.) in a desktop application ?
What is the best way to display it (external website, inside the winform application) ?
Thanks.