You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: bip-0003.md
+22-2Lines changed: 22 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -156,7 +156,7 @@ appear in the following order. Headers marked with "\*" are optional. All other
156
156
discussion threads on other platforms. Entries take the format "yyyy-mm-dd: URL", e.g., `2009-01-09:
157
157
https://www.mail-archive.com/[email protected]/msg10142.html`, using the date and URL of the start of the
158
158
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.
160
160
* Requires — A list of existing BIPs the new proposal depends on. If multiple BIPs
161
161
are required, they should be listed in one line separated by a comma and space (e.g., "1, 2").
162
162
* 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
331
331
obvious that the new attempt directly continues work on the same idea, it may be reasonable to return the
332
332
Closed BIP to Draft status.
333
333
334
-
### Changelog
334
+
### Changelog Section and Version Header
335
335
336
336
To help implementers understand updates to a BIP, any changes after it has reached Complete must be tracked with version,
337
337
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
599
599
Existing BIPs retain their license terms unchanged.
600
600
The License and License-Code headers of BIPs are updated to express those terms using SPDX License Expressions.
601
601
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
+
602
622
## Copyright
603
623
604
624
This BIP is licensed under the [BSD-2-Clause License](https://opensource.org/licenses/BSD-2-Clause). Some content was
0 commit comments