- First public release.
Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
This project attempts to adhere to [Semantic Versioning](http://semver.org/) since `1.7.0`.
Versions since `1.7.0` only track ABI breaks and not API breaks.
Versions since `2.0.0` only track API breaks and no longer guarantee ABI compatibility.
[Unreleased]
Changed
- `TCODHeightMap::values` now uses `std::vector`, `TCODHeightMap` is now safe to copy/move.
Fixed
- Fixed crashes on screen capture.