Releasing v2.4.0

- Added table cell text object.
- Added api to delete table row.
- Added api to delete table column.
- Updated doc/table-mode.txt
- Updated CHANGELOG.md
This commit is contained in:
Dhruva Sagar
2013-05-05 08:41:49 +05:30
parent 272bef4ce0
commit 87a713efb7
4 changed files with 231 additions and 74 deletions

View File

@@ -1,4 +1,12 @@
# Change Log
## Version 2.4.0
* Added Table Cell text object.
* Added api to delete entire table row.
* Added api to delete entire table column.
## Version 2.3.0
* Refactored realignment logic. Generating borders by hand.
## Version 2.2.2
* Added mapping for realigning table columns.
* Added table motions to move around in the table.