From 669a09aa4bbd75447f88e85e63bf5ca76b696bbe Mon Sep 17 00:00:00 2001 From: Shyue Ping Ong Date: Tue, 15 Oct 2024 09:04:51 -0700 Subject: [PATCH] Update changelog. --- docs/changelog.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/changelog.md b/docs/changelog.md index 2965f2e4..8334a4d3 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -6,6 +6,9 @@ nav_order: 2 # Change Log +## 2024.10.15 +* Bug fix for pip installation. + ## 2024.10.14 * PR #342 from @esoteric-ephemera (#342) Minor update to the logic of the `auto_nbands` check for `VaspErrorHandler`. This check sees if the number of bands has been updated by VASP, and currently it only checks to see if that updated number is very large.