@@ -228,39 +228,12 @@ the right thing. If `NEWS` entries were already written to the
228228final version directory, you'd have to move those around as
229229part of the cherry-picking process.
230230
231- ## Changelog
232-
233- ### 1.2.0
234-
235- - Replace spaces with underscores in news directory.
236- - Drop support for Python 3.7.
237- - Remove ` blurb split ` command.
238- - Replace ` gh-issue-NNNN: ` with ` gh-NNNN: ` in the output.
239- - Accept GitHub issues numbered only 32426 or above.
240- - Improve error checking when parsing a Blurb.
241- - Loosen README check for CPython forks.
242- - Move code from ` python/core-workflow ` to own ` python/blurb ` repo.
243- - Deploy to PyPI via Trusted Publishers.
244- - Add the ` -i/--issue ` and ` -s/--section ` options to the ` add ` command.
245- This lets you pre-fill the ` gh-issue ` and ` section ` fields.
246- in the template.
247-
248- ### 1.1.0
249-
250- - Support GitHub Issues in addition to b.p.o (bugs.python.org).
251- If "gh-issue" is in the metadata, then the filename will contain
252- "gh-issue-<number >" instead of "bpo-".
253-
254- ### 1.0.7
255-
256- - When word wrapping, don't break on long words or hyphens.
257- - Use the ` -f ` flag when adding ** blurb** files to a Git
258- commit. This forces them to be added, even when the files
259- might normally be ignored based on a ` .gitignore ` directive.
260- - Explicitly support the ` -help ` command-line option.
261- - Fix Travis CI integration.
262231
263232## Copyright
264233
265234** blurb** is Copyright 2015-2018 by Larry Hastings.
266235Licensed to the PSF under a contributor agreement.
236+
237+ ## Changelog
238+
239+ See [ CHANGELOG.md] ( CHANGELOG.md ) .
0 commit comments