olivierlacan / keep-a-changelog

If you build software, keep a changelog.
http://keepachangelog.com
MIT License
6.11k stars 3.62k forks source link

headline driven development #616

Open lsh-0 opened 5 months ago

lsh-0 commented 5 months ago

Is it possible to reconcile headline driven development with the structure of a keep-a-changelog changelog, or are they at cross purposes?

For example:

# Changelog

## [Unreleased] - Netscape 6 and IE 6 support

### Added

* Support for Netscape 6

### Changed

* Deprecated support for Opera 3

## [1.0.0] - 2001-01-01 - Website released!

### Added

* A scrolling marquee, to keep visitors occupied.
* An under construction sign, so visitors know there is more to come

or perhaps the headline could live between the heading and the detail sections:

# Changelog

## [1.0.0] - 2001-01-01

Website released!

### Added

* A scrolling marquee, to keep visitors occupied.
* An under construction sign, so visitors know there is more to come