From c49b7e4567bf810e1f788c2a1470a8e70cdc4ca2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gw=C3=A9na=C3=ABl=20Rault?= Date: Mon, 28 Oct 2024 08:56:55 +0100 Subject: [PATCH] update changelog --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b7f7166be..e3ae24538 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,12 @@ ## V103.0.1-dev ### Added - - API: Allow commas for float fields [#205](https://github.com/cartoway/planner-web/pull/205) + - API: + - Allow commas for float fields [#205](https://github.com/cartoway/planner-web/pull/205) + - Capture sentry from API [#209](https://github.com/cartoway/planner-web/pull/209) - Planning: Add router name to vehicle selector [#202](https://github.com/cartoway/planner-web/pull/202) - Destination: Allow commas for float columns during import [#203](https://github.com/cartoway/planner-web/pull/203) & [#208](https://github.com/cartoway/planner-web/pull/208) + - Device: Set a 2s timeout for StgTelematics[#209](https://github.com/cartoway/planner-web/pull/209) - Zoning: - Simplify polygons geometries [#207](https://github.com/cartoway/planner-web/pull/207) - Destroy unconsistent polygons [#210](https://github.com/cartoway/planner-web/pull/210)