From 7b551c9c440fb0177eca3746d987c3fa5d991c38 Mon Sep 17 00:00:00 2001 From: David Ormrod Morley Date: Tue, 16 Jun 2026 10:06:20 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ba9c8b2..fff7d54d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,10 +20,14 @@ This changelog is effective from the 2025 releases. * `view` function uses stdin mode for AMSview, reducing overhead for image creation * `vasp_output_to_ams` now reads the MD time step from `POTIM` in the OUTCAR and labels molecular-dynamics runs (`IBRION = 0`) as such, instead of using a fixed default time step +### Fixed +* Xvfb backend for `view` function with 0 display value + +## 2026.104 + ### Fixed * Loading job `.dill` files where the molecule contains a `pathlib.Path` (e.g. `Molecule.properties.source`) * Possible recursion errors when pickling a molecule on Windows relating to `_as_array` -* Xvfb backend for `view` function with 0 display value ## 2026.102