robtweed / ewd-qoper8

Node.js Message Queue and Multi-Process Manager
24 stars 5 forks source link

Add CHANGELOG.md #6

Open killmenot opened 7 years ago

killmenot commented 7 years ago

Hi @robtweed

What do you think about adding CHANGELOG.md file? The goal is to have log any changes in lib and allow to mark breaking changes. Quick example of such file here.

robtweed commented 7 years ago

I'm happy with the idea, but not with the idea of breaking changes in ewd-qoper8. Too many things (eg QEWD.js) depend on it. Any changes must be backward-compatible

killmenot commented 7 years ago

The idea of CHANGELOG.md file is to log any changes in the lib not only breaking changes