From 5bcd00a77844e328e6249841656d94f2278d8e17 Mon Sep 17 00:00:00 2001 From: Patrick Niklaus Date: Fri, 24 Jun 2016 16:32:28 +0200 Subject: [PATCH] Add changelog entry for current bug fix --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e11f4ff32..a6bae2510 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 5.2.6 + - Bugfixes + - Fix numeric overflow in roundabout center calculation which throws an exception + # 5.2.5 - Bugfixes - Fixes a segfault caused by incorrect trimming logic for very short steps.