Browse Source

add name and email to header; add changelog entry

aliaksei-chareshneu 2 years ago
parent
commit
072a9d1ccd
2 changed files with 4 additions and 0 deletions
  1. 3 0
      CHANGELOG.md
  2. 1 0
      src/mol-plugin-state/formats/volume.ts

+ 3 - 0
CHANGELOG.md

@@ -6,6 +6,9 @@ Note that since we don't clearly distinguish between a public and private interf
 
 ## [Unreleased]
 
+## [v3.8.3] - 2022-05-27
+- Add check that a data block contains volume data before parsing
+
 ## [v3.8.2] - 2022-05-22
 
 - Fix ``Scene.opacityAverage`` not taking xray shaded into account

+ 1 - 0
src/mol-plugin-state/formats/volume.ts

@@ -3,6 +3,7 @@
  *
  * @author David Sehnal <david.sehnal@gmail.com>
  * @author Alexander Rose <alexander.rose@weirdbyte.de>
+ * @author Aliaksei Chareshneu <chareshneu.tech@gmail.com>
  */
 
 import { StateTransforms } from '../transforms';