Skip to content

Commit

Permalink
Fix changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
regorxxx committed Oct 11, 2022
1 parent 3903a9d commit 855d429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
## [2.0.0] - 2022-10-11
### Added
- Open Key support (in addition to Camelot Keys and Standard Notation). Methods to apply movements on the wheel are notation agnostic, as long as you work with the key object (Camelot Key or Open Key), so they work in both cases the same.
- Added 2 methods to translate object keys between Camelot notation and Open one: translateObjectCamelotToOpen & translateObjectOpenToCamelot.
- Added 2 methods to translate object keys between Camelot notation and Open one: translateObjectCamelotToOpen() and translateObjectOpenToCamelot().
- getKeyNotationTable() and getKeyNotationObjectTable() to retrieve a copy (not a reference) of the private translation tables.
- translateToNotation() method to convert any key object to multiple notations at the same time, for ex. for queries.
- clone() method to clone a key object. i.e. simple object destructuring.
Expand Down

0 comments on commit 855d429

Please sign in to comment.