From 02a8f55ee82955d8a00427631c27836b041b1c66 Mon Sep 17 00:00:00 2001 From: Sabine Date: Mon, 18 Sep 2023 16:29:26 +0300 Subject: [PATCH] add parentheses --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a931cc2ad..a6e0cf810 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,8 @@ - Added support for `airflow` integration ([#1466](https://github.com/neptune-ai/neptune-client/pull/1466)) ### Changes -- Add handling of project limits [#1456](https://github.com/neptune-ai/neptune-client/pull/1456) -- Language and style improvements [#1465](https://github.com/neptune-ai/neptune-client/pull/1465) +- Add handling of project limits ([#1456](https://github.com/neptune-ai/neptune-client/pull/1456)) +- Language and style improvements ([#1465](https://github.com/neptune-ai/neptune-client/pull/1465)) ### Fixes - Fix exception handling in `ApiMethodWrapper.handle_neptune_http_errors` ([#1469](https://github.com/neptune-ai/neptune-client/pull/1469))