From fc2bce91239cb0067e4c4f53ecdd5a48a86417af Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Sun, 27 Jun 2021 20:13:12 -0400 Subject: [PATCH] Update changelog. Ref #221. --- CHANGES.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 659ea2a..3835bcf 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,11 @@ +v5.2.0 +====== + +* #80 via #221: Legacy API (``path``, ``contents``, ...) + is now supported entirely by the ``.files()`` API with + a compatibility shim supplied for resource loaders without + that functionality. + v5.0.6 ======