Skip to content

Commit

Permalink
BIP3: Use Example formatting for Changelog example
Browse files Browse the repository at this point in the history
  • Loading branch information
murchandamus committed Jan 29, 2025
1 parent 1acaeb8 commit bc9f98b
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions bip-0003.md
Original file line number Diff line number Diff line change
Expand Up @@ -335,16 +335,16 @@ Complete. A Changelog section may be introduced during the Draft phase to record

Example:

__Changelog__

* __2.0.0__ (2025-01-22):
* Introduce a breaking change in the specification to fix a bug.
* __1.1.0__ (2025-01-17):
* Add a backward compatible extension to the BIP.
* __1.0.1__ (2025-01-15):
* Clarify an edge case and add corresponding test vectors.
* __1.0.0__ (2025-01-14):
* Complete planned work on the BIP.
> __Changelog__
>
> * __2.0.0__ (2025-01-22):
> * Introduce a breaking change in the specification to fix a bug.
> * __1.1.0__ (2025-01-17):
> * Add a backward compatible extension to the BIP.
> * __1.0.1__ (2025-01-15):
> * Clarify an edge case and add corresponding test vectors.
> * __1.0.0__ (2025-01-14):
> * Complete planned work on the BIP.
After a BIP receives a Changelog, the
Preamble must indicate the latest version in the Version header. The Changelog highlights revisions to BIPs to human readers. A single
Expand Down

0 comments on commit bc9f98b

Please sign in to comment.