diff options
| author | Michael Merickel <github@m.merickel.org> | 2024-02-04 23:55:45 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-04 23:55:45 -0700 |
| commit | 151ebdc003a3a372017fdf73c14fbebcc550535d (patch) | |
| tree | ff2b210b87aff4715450acc38d695a6c6a8abf61 /CHANGES.rst | |
| parent | a6fe1a1e38d6a3fb955fa950b671fc736ac9f4d0 (diff) | |
| parent | 13dbb8507e9f1acaaad8caf74a1441e1f723a346 (diff) | |
| download | pyramid-151ebdc003a3a372017fdf73c14fbebcc550535d.tar.gz pyramid-151ebdc003a3a372017fdf73c14fbebcc550535d.tar.bz2 pyramid-151ebdc003a3a372017fdf73c14fbebcc550535d.zip | |
Merge pull request #3749 from Pylons/remove-pkg-resources-from-scripts
Remove pkg resources from scripts
Diffstat (limited to 'CHANGES.rst')
| -rw-r--r-- | CHANGES.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index fd0b8e22f..96d496044 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -31,6 +31,9 @@ Features - Replace usage of ``pkg_resources`` in ``pyramid.path.DottedNameResolver``. See https://github.com/Pylons/pyramid/pull/3748 +- Replace usage of ``pkg_resources`` in ``pdistreport`` and ``pshell`` CLI + commands. See https://github.com/Pylons/pyramid/pull/3749 + Bug Fixes --------- |
