JonStargaryen 3 年 前
コミット
0d070c60f2
1 ファイル変更1 行追加1 行削除
  1. 1 1
      CHANGELOG.md

+ 1 - 1
CHANGELOG.md

@@ -9,7 +9,7 @@
 - Signature changes to `setFocus()`, `select()`, `clearSelection()`, and `createComponent()`
   - Effectively the overloaded methods were replaced by ones that use `Target` objects to reference residues/ranges
 - Merged `Range` into `Target`
-  - 'CIF' fields are not represented as camelCase (`label_asym_id` to `labelAsymId`)
+  - 'CIF' fields are now represented as camelCase (`label_asym_id` to `labelAsymId`)
   - Renamed `label_seq_id` to `labelSeqRange` (if referring to a range and not a single residue)
 - `ColorProp` and `PropsetProps` now use `Target`
   - `positions` and `selection` props renamed to `targets` of type `Target[]`