Added
- Added `tcod::BresenhamLine`, a C++ Bresenham line iterator.
[91](https://github.com/libtcod/libtcod/pull/91)
[92](https://github.com/libtcod/libtcod/issues/92)
[93](https://github.com/libtcod/libtcod/pull/93)
- Added `TCODImage::get_data` to return its `TCOD_Image*` object.
Changed
- CMake scripts now use `CMAKE_INSTALL_DATAROOTDIR` correctly.
Deprecated
- Deprecated the `TCOD_List` and `TCODList` classes since they don't work for their intended purpose.
- Deprecated libtcod's event handling API, you should use SDL for events instead of libtcod.
Fixed
- Fixed `TCOD_load_library`.
- Fixed `TCODList(TCOD_list_t)` constructor.
- Fixed a regression in `TCOD_console_printf_frame` where a `fmt` of NULL would prevent the frame from being drawn.