Skip to content

Commit b1a9199

Browse files
authored
Merge pull request #8571 from radarhere/changes
Added link to GitHub releases in CHANGES
2 parents b25a5a4 + 7ff4bcb commit b1a9199

File tree

6 files changed

+7
-24
lines changed

6 files changed

+7
-24
lines changed

.github/CONTRIBUTING.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ Please send a pull request to the `main` branch. Please include [documentation](
1919
- Follow PEP 8.
2020
- When committing only documentation changes please include `[ci skip]` in the commit message to avoid running tests on AppVeyor.
2121
- Include [release notes](https://github.com/python-pillow/Pillow/tree/main/docs/releasenotes) as needed or appropriate with your bug fixes, feature additions and tests.
22-
- Do not add to the [changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) for proposed changes, as that is updated after changes are merged.
2322

2423
## Reporting Issues
2524

CHANGES.rst

Lines changed: 4 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,12 @@
22
Changelog (Pillow)
33
==================
44

5-
11.1.0 (unreleased)
6-
-------------------
7-
8-
- Removed use of os.path.realpath #8545
9-
[radarhere]
10-
11-
- Allow linking to zlib import library on Windows #8519
12-
[cubanpit, nulano]
13-
14-
- Detach PyQt6 QPixmap instance before returning #8509
15-
[radarhere]
5+
11.1.0 and newer
6+
----------------
167

17-
- Corrected EMF DPI #8485
18-
[radarhere]
8+
See GitHub Releases:
199

20-
- Fix IFDRational with a zero denominator #8474
21-
[radarhere]
22-
23-
- Fixed disabling a feature during install #8469
24-
[radarhere]
10+
- https://github.com/python-pillow/Pillow/releases
2511

2612
11.0.0 (2024-10-15)
2713
-------------------

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ The core image library is designed for fast access to data stored in a few basic
107107
- [Issues](https://github.com/python-pillow/Pillow/issues)
108108
- [Pull requests](https://github.com/python-pillow/Pillow/pulls)
109109
- [Release notes](https://pillow.readthedocs.io/en/stable/releasenotes/index.html)
110-
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
110+
- [Changelog](https://github.com/python-pillow/Pillow/releases)
111111
- [Pre-fork](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst#pre-fork)
112112

113113
## Report a Vulnerability

RELEASING.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ Released quarterly on January 2nd, April 1st, July 1st and October 15th.
1212
* [ ] Check [GitHub Actions](https://github.com/python-pillow/Pillow/actions) and [AppVeyor](https://ci.appveyor.com/project/python-pillow/Pillow) to confirm passing tests in `main` branch.
1313
* [ ] Check that all the wheel builds pass the tests in the [GitHub Actions "Wheels" workflow](https://github.com/python-pillow/Pillow/actions/workflows/wheels.yml) jobs by manually triggering them.
1414
* [ ] In compliance with [PEP 440](https://peps.python.org/pep-0440/), update version identifier in `src/PIL/_version.py`
15-
* [ ] Update `CHANGES.rst`.
1615
* [ ] Run pre-release check via `make release-test` in a freshly cloned repo.
1716
* [ ] Create branch and tag for release e.g.:
1817
```bash
@@ -34,7 +33,6 @@ Released quarterly on January 2nd, April 1st, July 1st and October 15th.
3433
Released as needed for security, installation or critical bug fixes.
3534

3635
* [ ] Make necessary changes in `main` branch.
37-
* [ ] Update `CHANGES.rst`.
3836
* [ ] Check out release branch e.g.:
3937
```bash
4038
git checkout -t remotes/origin/5.2.x

codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Documentation: https://docs.codecov.com/docs/codecov-yaml
22

33
codecov:
4-
# Avoid "Missing base report" due to committing CHANGES.rst with "[CI skip]"
4+
# Avoid "Missing base report" due to committing with "[CI skip]"
55
# https://github.com/codecov/support/issues/363
66
# https://docs.codecov.com/docs/comparing-commits
77
allow_coverage_offsets: true

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ optional-dependencies.typing = [
7373
optional-dependencies.xmp = [
7474
"defusedxml",
7575
]
76-
urls.Changelog = "https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst"
76+
urls.Changelog = "https://github.com/python-pillow/Pillow/releases"
7777
urls.Documentation = "https://pillow.readthedocs.io"
7878
urls.Funding = "https://tidelift.com/subscription/pkg/pypi-pillow?utm_source=pypi-pillow&utm_medium=pypi"
7979
urls.Homepage = "https://python-pillow.org"

0 commit comments

Comments
 (0)