@@ -211,36 +211,11 @@ the right thing. If `NEWS` entries were already written to the
211
211
final version directory, you'd have to move those around as
212
212
part of the cherry-picking process.
213
213
214
- ## Changelog
215
-
216
- ### 1.2.0
217
-
218
- - Replace spaces with underscores in news directory.
219
- - Drop support for Python 3.7.
220
- - Remove ` blurb split ` command.
221
- - Replace ` gh-issue-NNNN: ` with ` gh-NNNN: ` in the output.
222
- - Accept GitHub issues numbered only 32426 or above.
223
- - Improve error checking when parsing a Blurb.
224
- - Loosen README check for CPython forks.
225
- - Move code from ` python/core-workflow ` to own ` python/blurb ` repo.
226
- - Deploy to PyPI via Trusted Publishers.
227
-
228
- ### 1.1.0
229
-
230
- - Support GitHub Issues in addition to b.p.o (bugs.python.org).
231
- If "gh-issue" is in the metadata, then the filename will contain
232
- "gh-issue-<number >" instead of "bpo-".
233
-
234
- ### 1.0.7
235
-
236
- - When word wrapping, don't break on long words or hyphens.
237
- - Use the ` -f ` flag when adding ** blurb** files to a Git
238
- commit. This forces them to be added, even when the files
239
- might normally be ignored based on a ` .gitignore ` directive.
240
- - Explicitly support the ` -help ` command-line option.
241
- - Fix Travis CI integration.
242
-
243
214
## Copyright
244
215
245
216
** blurb** is Copyright 2015-2018 by Larry Hastings.
246
217
Licensed to the PSF under a contributor agreement.
218
+
219
+ ## Changelog
220
+
221
+ See [ CHANGELOG.md] ( CHANGELOG.md ) .
0 commit comments