From 1162086797fb973f38e46136014e0e85b200073f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Bedn=C3=A1=C5=99?= Date: Mon, 31 Jul 2023 08:01:27 +0200 Subject: [PATCH] docs: add latest changes to upcoming release --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 98927fa3..51ec2608 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ ## 1.38.0 [unreleased] +### Documentation +1. [#566](https://github.com/influxdata/influxdb-client-python/pull/566): Fix Sphinx documentation build and add support `.readthedocs.yml` V2 configuration file + ## 1.37.0 [2023-07-28] ### Breaking Changes @@ -33,9 +36,6 @@ This release introduces a support for new version of InfluxDB API definitions wi 1. [#584](https://github.com/influxdata/influxdb-client-python/pull/584): Parsing empty query result value as `numpy.NaN` 1. [#595](https://github.com/influxdata/influxdb-client-python/pull/595): The `Config-Encoding: identity` header will no longer be set by the `write_api` calls to a remote server -### Documentation -1. [#566](https://github.com/influxdata/influxdb-client-python/pull/566): Fix Sphinx documentation build and add support `.readthedocs.yml` V2 configuration file - ## 1.36.1 [2023-02-23] ### Bug Fixes