diff --git a/CHANGELOG.md b/CHANGELOG.md index 408e41f9..2a4b0c30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,16 +5,20 @@ ### Bug Fixes ๐Ÿ› * Explicit warning stacklevels by @janosh in https://github.com/materialsproject/jobflow/pull/503 * Fix handling of function from standard library by @gpetretto in https://github.com/materialsproject/jobflow/pull/516 + ### Enhancements ๐Ÿ›  * Optionally avoid deserialization when resolving references by @gpetretto in https://github.com/materialsproject/jobflow/pull/512 + ### Documentation ๐Ÿ“– * Add documentation for how to deal with stores beyond `MemoryStore` by @Andrew-S-Rosen in https://github.com/materialsproject/jobflow/pull/506 * Fix tutorial bug by @mcgalcode in https://github.com/materialsproject/jobflow/pull/505 * Fix tutorial link formatting in docs by @ml-evs in https://github.com/materialsproject/jobflow/pull/504 * Add reference for jobflow-remote by @ml-evs in https://github.com/materialsproject/jobflow/pull/513 + ### House-Keeping ๐Ÿงน * Build docs on every push by @utf in https://github.com/materialsproject/jobflow/pull/507 * Update deploy.yml by @utf in https://github.com/materialsproject/jobflow/pull/508 + ### Other Changes * Auto-update pre-commit hooks by @github-actions in https://github.com/materialsproject/jobflow/pull/511