2 * Propagate README changes.
5 * Change surround and delete surround implemented. Thanks to @shemerey :D !
8 * Fixed keymap -> keymaps change. [vim-surround #19](https://github.com/gepoch/vim-surround/issues/19)
11 * Upgraded to new config schema. General restructuring.
14 * Handle undefined values in config.
17 * Configurable surround key to support muscle memory in response to [vim-surround #12](https://github.com/gepoch/vim-surround/issues/12)
20 * Fixed bug [vim-surround #13](https://github.com/gepoch/vim-surround/issues/13)
24 * Fixed bug [vim-surround #11](https://github.com/gepoch/vim-surround/issues/11)
28 * Renamed the dynamic keybindings to match the package name.
33 * Multiple cursor support.
36 * Updated for Atom API v1.0.0 changes.
39 * Fixed bug: [vim-surround #5](https://github.com/gepoch/vim-surround/issues/5)
41 ## 0.2.0 - Activation and Keybindings Improved.
42 * Keybindings are now dynamically generated from the configured pairs. No more
43 user keybindings changes necessary!
44 * Activation is now on atom boot since keybindings are now dynamic and
45 impossible to predict for the purposes of activation events.
46 * Fixed bug where surround action did not exit visual mode.
48 ## 0.1.0 - First Release