mapbox / variant

C++11/C++14 Variant
BSD 3-Clause "New" or "Revised" License
371 stars 100 forks source link

Add changelog #159

Closed springmeyer closed 7 years ago

springmeyer commented 7 years ago

We need to start keeping a changelog. Example: I noticed v1.1.5 has been tagged. But what is in it? What changed?

/cc @artemp - can you get this started?

artemp commented 7 years ago

Added CHANGELOG in 555436f715e5e0929a13664f0911ecc4931356d1

joto commented 7 years ago

I have been using this change log format for a while now and can recommend it.

artemp commented 7 years ago

@joto looks good for future entries, thanks!

springmeyer commented 7 years ago

I have been using this change log format for a while now and can recommend it.

👍 I'm supportive of http://keepachangelog.com/en/1.0.0/. The bad practices hits on key points: we should not use commit message logs (too much noise, too little signal). Rather we should clearly summarize major changes. @artemp - let's plan to adhere to this going forward.