2 * Tentative support for
3 [vim-mode-next](https://atom.io/packages/vim-mode-next). See
4 [#28](https://github.com/gepoch/vim-surround/issues/28).
10 * Fixed problems cause by vim-mode changing "command-mode" to "normal-mode".
13 * Propagate README changes.
16 * Change surround and delete surround implemented. Thanks to @shemerey :D !
19 * Fixed keymap -> keymaps change. [vim-surround #19](https://github.com/gepoch/vim-surround/issues/19)
22 * Upgraded to new config schema. General restructuring.
25 * Handle undefined values in config.
28 * Configurable surround key to support muscle memory in response to [vim-surround #12](https://github.com/gepoch/vim-surround/issues/12)
31 * Fixed bug [vim-surround #13](https://github.com/gepoch/vim-surround/issues/13)
35 * Fixed bug [vim-surround #11](https://github.com/gepoch/vim-surround/issues/11)
39 * Renamed the dynamic keybindings to match the package name.
44 * Multiple cursor support.
47 * Updated for Atom API v1.0.0 changes.
50 * Fixed bug: [vim-surround #5](https://github.com/gepoch/vim-surround/issues/5)
52 ## 0.2.0 - Activation and Keybindings Improved.
53 * Keybindings are now dynamically generated from the configured pairs. No more
54 user keybindings changes necessary!
55 * Activation is now on atom boot since keybindings are now dynamic and
56 impossible to predict for the purposes of activation events.
57 * Fixed bug where surround action did not exit visual mode.
59 ## 0.1.0 - First Release