-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
38 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# Changelog | ||
|
||
## 1.2.1 | ||
|
||
- Fix `python3 -m blurb`. | ||
- Undocument removed `blurb split`. | ||
|
||
## 1.2.0 | ||
|
||
- Replace spaces with underscores in news directory. | ||
- Drop support for Python 3.7. | ||
- Remove `blurb split` command. | ||
- Replace `gh-issue-NNNN:` with `gh-NNNN:` in the output. | ||
- Accept GitHub issues numbered only 32426 or above. | ||
- Improve error checking when parsing a Blurb. | ||
- Loosen README check for CPython forks. | ||
- Move code from `python/core-workflow` to own `python/blurb` repo. | ||
- Deploy to PyPI via Trusted Publishers. | ||
|
||
## 1.1.0 | ||
|
||
- Support GitHub Issues in addition to b.p.o (bugs.python.org). | ||
If `gh-issue` is in the metadata, then the filename will contain | ||
`gh-issue-<number>` instead of `bpo-`. | ||
|
||
## 1.0.7 | ||
|
||
- When word wrapping, don't break on long words or hyphens. | ||
- Use the `-f` flag when adding **blurb** files to a Git | ||
commit. This forces them to be added, even when the files | ||
might normally be ignored based on a `.gitignore` directive. | ||
- Explicitly support the `-help` command-line option. | ||
- Fix Travis CI integration. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters