This commit is contained in:
many 2020-10-19 17:16:25 +02:00
parent 372680e2ab
commit 5a842ec94a
No known key found for this signature in database
GPG Key ID: 2CEF23B75189EACA
2 changed files with 1 additions and 2 deletions

View File

@ -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)

View File

@ -806,4 +806,4 @@ async fn test_facets_distribution_attribute() {
});
assert_json_eq!(expected, response, ordered: true);
}
}