Skip to content

Commit 479d91f

Browse files
committed
Updates changelog
1 parent 158af6a commit 479d91f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
66

77
# Release Notes
88

9+
## Unreleased
10+
11+
### Fixed
12+
- On `getVersion` param used by `search_index.get_settings` ([#426](https://github.com/algolia/algoliasearch-client-python/pull/426))
13+
914
## [v2.0.3](https://github.com/algolia/algoliasearch-client-python/compare/2.0.2...2.0.3)
1015

1116
### Fixed

tests/unit/test_search_index.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ def test_get_settings(self):
178178
self.transporter.read.assert_called_once_with(
179179
'GET',
180180
'1/indexes/index-name/settings',
181-
None, # asserts version 2 it's used.
181+
None,
182182
request_options
183183
)
184184

0 commit comments

Comments
 (0)