Releasing v4.2.0

* Refactored cell & formula logic out into separate files
* Added more tests to test things independently.
This commit is contained in:
Dhruva Sagar
2014-04-09 11:20:10 +05:30
parent f91782fca2
commit 652de4d29c
19 changed files with 540 additions and 401 deletions

View File

@@ -1,4 +1,8 @@
# Change Log
## Version 4.2.0
* Refactored cells logic out to autoload/tablemode/spreadsheet/cell.vim
* Refactored formula logic out to autoload/tablemode/spreadsheet/formula.vim
## Version 4.1.0
* Fixed bad references within plugin
* Added fixtures