diff --git a/CHANGES.rst b/CHANGES.rst index 6fab31165b6d9dfd330ddb32d88a7b1dbc633f53..aca50d112f8b4f731a0279c6497dcf53de5f88d1 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,6 +2,16 @@ CHANGELOG ========= +0.9.229 (2021-12-08) +-------------------- + +* Add ``get_problem_report_handler()`` method to AppHandler. + +* Use python's ``importlib`` instead of doing our own thing. + +* Add ``pre_process_changes()`` and ``post_process_changes()`` for datasync. + + 0.9.228 (2021-12-07) --------------------