Best way to manage a changelog

Posted by Gnial0id on Programmers See other posts from Programmers or by Gnial0id
Published on 2014-08-18T09:18:31Z Indexed on 2014/08/18 16:44 UTC
Read the original article Hit count: 185

Filed under:
|

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:

  1. Is there a good practice in changelog management (using XML, pure text in the app, etc.) in a desktop application ?
  2. What is the best way to display it (external website, inside the winform application) ?

Thanks.

© Programmers or respective owner

Related posts about design

Related posts about winforms