Skip to content

Commit 4429b13

Browse files
committed
bip3: Add and backfill Changelog section
The Version header is omitted at this time, as it is not permitted under BIP 2.
1 parent bbd96a2 commit 4429b13

File tree

1 file changed

+22
-2
lines changed

1 file changed

+22
-2
lines changed

bip-0003.md

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ appear in the following order. Headers marked with "\*" are optional. All other
156156
discussion threads on other platforms. Entries take the format "yyyy-mm-dd: URL", e.g., `2009-01-09:
157157
https://www.mail-archive.com/[email protected]/msg10142.html`, using the date and URL of the start of the
158158
conversation. Multiple discussions should be listed on separate lines.
159-
* Version — The current version number of this BIP. See the [Changelog](#changelog) section below.
159+
* Version — The current version number of this BIP. See the [Changelog](#changelog-section-and-version-header) section below.
160160
* Requires — A list of existing BIPs the new proposal depends on. If multiple BIPs
161161
are required, they should be listed in one line separated by a comma and space (e.g., "1, 2").
162162
* Replaces[^proposes-to-replace] — BIP authors may put the numbers of one or more prior BIPs in the Replaces header to recommend that their
@@ -331,7 +331,7 @@ if the prior attempt had been assigned a number, the new BIP will generally be a
331331
obvious that the new attempt directly continues work on the same idea, it may be reasonable to return the
332332
Closed BIP to Draft status.
333333

334-
### Changelog
334+
### Changelog Section and Version Header
335335

336336
To help implementers understand updates to a BIP, any changes after it has reached Complete must be tracked with version,
337337
date, and description in a Changelog section sorted by most recent version first. The version number is inspired by semantic versioning (MAJOR.MINOR.PATCH).
@@ -599,6 +599,26 @@ The Superseded-By header is replaced with the Proposed-Replacement header in all
599599
Existing BIPs retain their license terms unchanged.
600600
The License and License-Code headers of BIPs are updated to express those terms using SPDX License Expressions.
601601

602+
## Changelog
603+
604+
* __1.4.0__ (2025-12-09):
605+
* Revert AI guidance, add Changelog section, broaden reference implementation formats, move Type header responsibility to authors, other editorial changes
606+
* __1.3.1__ (2025-11-10):
607+
* Reiterate that numbers are assigned by BIP Editors in pull requests
608+
* __1.3.0__ (2025-10-22):
609+
* Restrict use of AI/LLM tools, require original work.
610+
* __1.2.1__ (2025-09-19):
611+
* Clarify that idea should be discussed on dedicated mailing list thread
612+
* __1.2.0__ (2025-09-19):
613+
* Rename Created header to Assigned to clarify that it holds the date of number assignment
614+
* __1.1.0__ (2025-07-18):
615+
* Switch to SPDX License Expressions, drop License-Code header, and make editorial changes to BIP Licensing section.
616+
* __1.0.1__ (2025-06-27):
617+
* Improve description of acceptance, purpose of the BIPs repository, when Draft BIPs can be closed due to not
618+
making progress, and make other minor improvements to phrasing.
619+
* __1.0.0__ (2025-03-18):
620+
* Complete planned work and move to Proposed.
621+
602622
## Copyright
603623

604624
This BIP is licensed under the [BSD-2-Clause License](https://opensource.org/licenses/BSD-2-Clause). Some content was

0 commit comments

Comments
 (0)