1003 B
1003 B
Changelog
All notable changes to this project will be documented in this file. The format is based on Keep a Changelog This project adheres to Semantic Versioning.
unreleased -
Added
Changed
Fixed
[1.0.1] - 2018-04-12
Added
- Some documentation and tests.
Changed
- Catch exceptions in vtzero-streets example and output error message.
- Adds a template parameter to the
create_property_map
function allowing mapping between value types.
Fixed
- The indexes returned by
feature::next_property_indexes()
are now checked against the size of the key/value tables in the layer. If an index is too large avtzero::out_of_range_exception
is returned. This way the user code doesn't have to check this. The functionfeature::for_each_property()
now also uses these checks.
[1.0.0] - 2018-03-09
First release