From 408325d909d3a05f18895d7fc5f6dc717b015088 Mon Sep 17 00:00:00 2001 From: Jochen Topf Date: Wed, 3 Feb 2016 20:49:43 +0100 Subject: [PATCH] Update change log. --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d2bfce2ed..e31ad68c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,11 +8,26 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### Added +- The new handler osmium::handler::CheckOrder can be used to check that a + file is properly ordered. +- Add new method to build OSM nodes, ways, relations, changesets, and areas + in buffers that wraps the older Builder classes. The new code is much easier + to use and very flexible. There is no documentation yet, but the tests in + `test/t/builder/test_attr.cpp` can give you an idea how it works. +- Add util class to get memory usage of current process on Linux. + ### Changed +- New Buffer memory management speeds up Buffer use, because it doesn't clear + the memory unnecessarily. + ### Fixed - osmium::Box::extend() function now ignores invalid locations. +- Install of external library headers. +- Check way has at least one node before calling `is_closed()` in area + assembler. +- Declaration/definition of some friend functions was in the wrong namespace. ## [2.5.4] - 2015-12-03