Changelog Management

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 22:31 UTC
Read the original article Hit count: 278

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. How do I manage a changelog (using XML, pure text in the app, etc.) in a desktop application?
  2. How do I present it to the user (external website, inside the winform application)?

© Programmers or respective owner

Related posts about design

Related posts about documentation