Skip to content

Commit da46373

Browse files
committed
update entries as breaking changes in changelog
1 parent 346ef3a commit da46373

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,17 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
9-
10-
- Remove traces of camelCase in API (#200)
8+
### Breaking Changes
9+
10+
- [search] `Search.getEstimatedMatches()` renamed `Search.get_estimated_matches()` (#200)
11+
- [search] `Search.getResults()` renamed `Search.get_results()` (#200)
12+
- [suggestion] `SuggestionSearch.getEstimatedMatches()` renamed `SuggestionSearch.get_estimated_matches()` (#200)
13+
- [suggestion] `SuggestionSearch.getResults()` renamed `SuggestionSearch.get_results()` (#200)
14+
- [suggestion] `SuggestionSearch.getResults()` renamed `SuggestionSearch.get_results()` (#200)
15+
- [writer] `Creator.config_nbworkers()` param `nbWorkers` renamed `nb_workers` (#200)
16+
- [writer] `Creator.set_mainpath()` param `mainPath` renamed `main_path` (#200)
17+
- [writer] `Creator.add_redirection()` param `targetPath` renamed `target_path` (#200)
18+
- [writer] `Creator.add_alias()` param `targetPath` renamed `target_path` (#200)
1119

1220
## [3.6.0] - 2024-10-15
1321

0 commit comments

Comments
 (0)