summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2019-07-12 08:01:59 +0200
committerAnthon van der Neut <anthon@mnt.org>2019-07-12 08:01:59 +0200
commit1a6f9f94ed7e2322f75cf1d4ca15254205c8a856 (patch)
tree141e267c58c61437212dfabb5dac160800d2f2c8 /CHANGES
parent745311fad7d45c0721cf4ed1903b56057939726a (diff)
downloadruamel.yaml-1a6f9f94ed7e2322f75cf1d4ca15254205c8a856.tar.gz
add py.typed to distribution0.15.99
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES16
1 files changed, 16 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 76621c2..24a099b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,19 @@
+[0, 15, 99]: 2019-07-12
+ - add `py.typed` to distribution, based on a PR submitted by
+ `Michael Crusoe
+ <https://bitbucket.org/%7Bc9fbde69-e746-48f5-900d-34992b7860c8%7D/>`__
+ - merge PR 40 (also by Michael Crusoe) to more accurately specify
+ repository in the README (also reported in a misunderstood issue
+ some time ago)
+
+[0, 15, 99]: 2019-07-12
+ - add `py.typed` to distribution, based on a PR submitted by
+ `Michael Crusoe
+ <https://bitbucket.org/%7Bc9fbde69-e746-48f5-900d-34992b7860c8%7D/>`__
+ - merge PR 40 (also by Michael Crusoe) to more accurately specify
+ repository in the README (also reported in a misunderstood issue
+ some time ago)
+
[0, 15, 98]: 2019-07-09
- regenerate ext/_ruamel_yaml.c with Cython version 0.29.12, needed
for Python 3.8.0b2 (reported by `John Vandenberg