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 ======