Skip to content

Commit

Permalink
Changelog for v2.0.66
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
PEZ committed Dec 2, 2019
1 parent 18f9332 commit 1bb22d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
Changes to Calva.

## [Unreleased]

## [2.0.66] - 2019-12-02
- Fix: [Cursor moves forward after undoing wraparound commands in REPL window](https://github.com/BetterThanTomorrow/calva/issues/499)
- Fix: Wrong keybinding for Toggle Paredit Mode, now is `ctrl+alt+p ctrl+alt+m`, as it should be
- Fix: [Force Delete Forward not working in REPL window in strict mode](https://github.com/BetterThanTomorrow/calva/issues/496)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1120,7 +1120,7 @@
},
{
"command": "calva.selectCurrentForm",
"key": "ctrl+alt+c s"
"key": "ctrl+alt+c ctrl+s"
},
{
"command": "calva.clearInlineResults",
Expand Down

0 comments on commit 1bb22d4

Please sign in to comment.