From ed6a213e2c44fac660b24a8e3a6553c303ec6a00 Mon Sep 17 00:00:00 2001 From: Brent Westbrook Date: Tue, 29 Oct 2024 10:43:41 -0400 Subject: [PATCH] update release notes --- docs/releasehistory.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/releasehistory.md b/docs/releasehistory.md index bbfb3e0e..c6783249 100644 --- a/docs/releasehistory.md +++ b/docs/releasehistory.md @@ -8,6 +8,9 @@ Releases follow the ``major.minor.micro`` scheme recommended by * `micro` increments represent bugfix releases or improvements in documentation +## Current Development +### Bug fixes +* [#370] - Check that the `extras` field on QCArchive records is not `None` before accessing it to avoid crashes [@ntBre] ## 0.4.0 / 19-09-2024 @@ -171,6 +174,7 @@ The first major release of bespokefit intended for public use. [#334]: https://github.com/openforcefield/openff-bespokefit/pull/334 [#338]: https://github.com/openforcefield/openff-bespokefit/pull/338 [#351]: https://github.com/openforcefield/openff-bespokefit/pull/351 +[#370]: https://github.com/openforcefield/openff-bespokefit/pull/370 [@Yoshanuikabundi]: https://github.com/Yoshanuikabundi