Skip to content

Commit da70429

Browse files
committed
docs: update CHANGELOG.md
1 parent 1deb26e commit da70429

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
### Others
1414
1. [#472](https://github.com/influxdata/influxdb-client-python/pull/472): Drop supports for Python 3.6
1515

16+
### Documentation
17+
1. [#269](https://github.com/influxdata/influxdb-client-python/pull/269): Add new example: How to check connection credentials
18+
1619
## 1.31.0 [2022-07-29]
1720

1821
### Features

examples/connection_check.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
How to How to check that connection information are suitable for queries and writes from/into specified bucket.
2+
How to check that connection credentials are suitable for queries and writes from/into specified bucket.
33
"""
44

55
from influxdb_client import InfluxDBClient

0 commit comments

Comments
 (0)