diff --git a/CHANGELOG.md b/CHANGELOG.md index c96dd0a02..6707ad8ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,5 @@ ## v0.15.0 - - Dumps (#887) - Update actix-web dependency to 3.0.0 (#963) - Consider an empty query to be a placeholder search (#916) diff --git a/meilisearch-http/tests/index.rs b/meilisearch-http/tests/index.rs index ea66756a5..271507e03 100644 --- a/meilisearch-http/tests/index.rs +++ b/meilisearch-http/tests/index.rs @@ -806,4 +806,4 @@ async fn test_facets_distribution_attribute() { }); assert_json_eq!(expected, response, ordered: true); -} \ No newline at end of file +}