JonStargaryen há 3 anos atrás
pai
commit
0d070c60f2
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      CHANGELOG.md

+ 1 - 1
CHANGELOG.md

@@ -9,7 +9,7 @@
 - Signature changes to `setFocus()`, `select()`, `clearSelection()`, and `createComponent()`
 - Signature changes to `setFocus()`, `select()`, `clearSelection()`, and `createComponent()`
   - Effectively the overloaded methods were replaced by ones that use `Target` objects to reference residues/ranges
   - Effectively the overloaded methods were replaced by ones that use `Target` objects to reference residues/ranges
 - Merged `Range` into `Target`
 - 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)
   - Renamed `label_seq_id` to `labelSeqRange` (if referring to a range and not a single residue)
 - `ColorProp` and `PropsetProps` now use `Target`
 - `ColorProp` and `PropsetProps` now use `Target`
   - `positions` and `selection` props renamed to `targets` of type `Target[]`
   - `positions` and `selection` props renamed to `targets` of type `Target[]`