diff options
| author | Karl Otness <karl@karlotness.com> | 2022-06-18 22:45:47 -0400 |
|---|---|---|
| committer | Karl Otness <karl@karlotness.com> | 2022-06-18 22:45:47 -0400 |
| commit | 15af535f9bfa97c58d0a8d7efd698e10c633153b (patch) | |
| tree | 12ebc33876e3907cc5e1782ab0d78db77d52c7ad | |
| parent | 685c80c864f05ee37db31246ff125639aa38432e (diff) | |
| download | python-setuptools-git-15af535f9bfa97c58d0a8d7efd698e10c633153b.tar.gz | |
Add changelog entry for `attr:` type annotation support
| -rw-r--r-- | changelog.d/3391.change.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/3391.change.rst b/changelog.d/3391.change.rst new file mode 100644 index 00000000..41cfea33 --- /dev/null +++ b/changelog.d/3391.change.rst @@ -0,0 +1 @@ +Updated ``attr:`` to also extract simple constants with type annotations -- by :user:`karlotness` |
