- Ability to change the body of the `<a>`-tag, by passing `text` kwarg to the columns inheriting from BaseLinkColumn (318 by [desecho](https://github.com/desecho), #322) - Non-field based LinkColumn only renders default value if lookup fails and text is not set. (322, fixes 257)
1.1.7
- Added Italian translation (315 by [paolodina](https://github.com/paolodina) - Added Dutch translation. - Fixed {% blocktrans %} template whitespace issues - Fixed errors when using a column named `items` (316) - Obey `paginate_by` (from `MultipleObjectMixin`) if no later pagination is defined (242)
1.1.6
- Correct error message about request context processors for current Django (314) - Skipped 1.1.5 due to an error while creating the tag.
1.1.4
- Fix broken `setup.py` if Django is not installed before django-tables2 (fixes 312)
1.1.3
- Drop support for Django 1.7 - Add argument to `CheckBoxColumn` to render it as checked (original PR: 208)
1.1.2
- Fix `BooleanColumn` with choices set will always render as if `True` (301) - Fix a bug with `TemplateColumn` while using cached template loader (75)