diff --git a/_release-notes/soda-library-1.5.14.md b/_release-notes/soda-library-1.5.14.md index a7c90035..9e1c65b3 100644 --- a/_release-notes/soda-library-1.5.14.md +++ b/_release-notes/soda-library-1.5.14.md @@ -7,5 +7,7 @@ products: ## 1.5.14 Fixes -* HTTP no failed rows, wrong sample query missing count, Between threshold error with variables by @m1n0 in #264 -* Profiling: fix discovery metadata bug by @m1n0 in #263 +* Http Sampler: Do not invoke when no failed rows by @m1n0 in #264 +* Missing Count: Fix sample query by @m1n0 in #264 +* Between threshold: Fix error when using variables by @m1n0 in #264 +* Profiling: Fix discovery metadata bug by @m1n0 in #263