Skip to content

Commit

Permalink
update CHANGES.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeitsperre committed Aug 31, 2023
1 parent d24bb2b commit dbdf52b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ Internal changes
* Some docstring adjustments to existing classes. (:pull:`1449`).
* `identify` now associates Jupyter Notebooks as JSON files. Set `pre-commit` to ignore JSON-formatting of them. (:pull:`1449`).
* Added a helper module ``_finder`` in the notebooks folder so that the working directory can always be found, with redundancies in place to prevent scripts from failing if the helper file is not found. (:pull:`1449`).
* Added a manual cache-cleaning workflow (based on `GitHub cache-cleaning example <https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows#managing-caches>`_), triggered when a branch has been merged. (:pull:`1462`).
* Added a workflow for posting updates to the xclim Mastodon account (using `cbrgm/mastodon-github-action <https://github.com/cbrgm/mastodon-github-action>`_, triggered when a new version is published. (:pull:`1462`).

Breaking changes
^^^^^^^^^^^^^^^^
Expand Down

0 comments on commit dbdf52b

Please sign in to comment.