From 12f7d164eb95895836a89d08c03423fcf274b8e1 Mon Sep 17 00:00:00 2001 From: Vadzim Hushchanskou Date: Wed, 7 Jun 2023 17:15:30 +0300 Subject: [PATCH] CHANGELOG.md update --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 67fc5434..c1b9c147 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ - `__getstate__` and `__setstate__` methods in `RPClient` class to make it possible to pickle it, by @HardNorth ### Changed - `token` field of `RPClient` class was renamed to `api_key` to maintain common convention, by @HardNorth +### Fixed +- Issue [#214](https://github.com/reportportal/client-Python/issues/214): HTTP RFC compliance fix for getting project settings, by @hanikhan ## [5.3.4] ### Added