|
|
|
|
|
by bmalehorn
2880 days ago
|
|
I have written exactly that kind of changelog. Let me explain why. I write the changelog for a product. In fact I write two changelogs - one for engineers and one for customers. Engineers: - [New Feature] Added ability to ___ - Improved logging on ___ - Fixed a memory leak on ___ Users: - [New Feature] Added ability to ___ Not every change can be explained in one sentence to users. Internal logging? Memory leaks? You're speaking a foreign language. Those entries must be thrown out when making the changelog for users. Eventually, there comes a release when you have thrown everything out. What do you write? "Bug fixes & enhancements". |
|