Skip to content

Commit 2ee9850

Browse files
authored
Fix the formatting of 7.15.0 release notes
1 parent 91b0dff commit 2ee9850

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/guide/release-notes.asciidoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@
3737
[discrete]
3838
==== Client
3939

40-
* Added more precise type hints to many API parameters
41-
* Added explicit parameters to `AsyncTransport` and `AIOHttpConnection`
42-
* Added `MapboxVectorTileSerializer` for handling the `application/vnd.mapbox-vector-tile` mimetype. Because this mimetype is binary rather than text the raw response `bytes` are forwarded from the serializer without decoding
40+
- Added more precise type hints to many API parameters
41+
- Added explicit parameters to `AsyncTransport` and `AIOHttpConnection`
42+
- Added `MapboxVectorTileSerializer` for handling the `application/vnd.mapbox-vector-tile` mimetype. Because this mimetype is binary rather than text the raw response `bytes` are forwarded from the serializer without decoding
4343
- Reduced amount of time to import the `elasticsearch` module by delaying imports of `pandas` and `numpy` until later in the JSON serialization stage if necessary
4444
- Deprecated positional arguments for APIs, instead use keyword arguments exclusively.
4545

0 commit comments

Comments
 (0)