diff options
| author | Somelauw <Somelauw> | 2017-06-01 22:58:04 +0200 |
|---|---|---|
| committer | Somelauw <Somelauw> | 2017-06-01 22:58:04 +0200 |
| commit | 5f839317ee0a5819d20aaef8fc2dba5b4b47e37c (patch) | |
| tree | 0fb3873f9b7bda07ed369d1a45ab80f4972d77d9 | |
| parent | 2ed16810b7e05de1231e7e9d15d56ac93251f0fc (diff) | |
Add information to changelog
| -rw-r--r-- | doc/changelog.org | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/doc/changelog.org b/doc/changelog.org index e163402..ac98636 100644 --- a/doc/changelog.org +++ b/doc/changelog.org @@ -1,8 +1,9 @@ -* Changes made between version 1.2 and 6.3 - - less controversial default keybindings (see issue [[https://github.com/edwtjo/evil-org-mode/issues/13][#13]]) - t, T, O and leader bindings are no longer bound by default, but can be enabled using key themes. - - customizable movement keys - - operators (>, <) for promotion, demotion - - text objects (ae, ar, ap, as) - - insert mode bindings - - table support +* Between versions 0.1.2 and 0.6.3 + - less controversial default keybindings (see issue [[https://github.com/edwtjo/evil-org-mode/issues/13][#13]]) + t, T, O and leader bindings are no longer bound by default, but can be enabled using key themes. + - leader keys are deprecated and evil-leader is no longer required + - customizable movement keys (as a courtesy to dvorak users) + - operators (>, <) for promotion, demotion. Can also be used for plain indentation when in a code block + - text objects (ae, ar, ap, as) + - optional insert mode bindings C-d and C-t + - table support for keys: x, X, (, ), { and }. |
