1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-11-23 19:21:53 +03:00

Update release notes

This commit is contained in:
Tae Won Ha 2017-05-08 20:42:25 +02:00
parent 81ec64b147
commit 2190c9b5c9
No known key found for this signature in database
GPG Key ID: E40743465B5B8B44

View File

@ -1,8 +1,8 @@
# next
* We now compile `gettext` ourselves and do not use the pre-built version from homebrew: The library from homebrew is built for 10.12 and VimR's deployment target it 10.10. This mismatch produced many warning during compilation time...
* We now compile `gettext` ourselves and do not use the pre-built version from homebrew: The library from homebrew is built for 10.12 and VimR's deployment target it 10.10. This mismatch produced many warnings during compilation time...
* GH-426: You can now turn off some or all tools, e.g. file browser.
* GH-434: `autochdir` does not work.
* GH-434: Bugfix: `autochdir` does not work.
* Dependencies updates:
- neovim/neovim@v0.2.0
- ReactiveX/RxSwift@3.4.1