From 6ab247d2cd3e2356716f8f042eb966b5701d98e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Paj=C4=85k?= Date: Sat, 22 Oct 2022 23:04:02 +0200 Subject: [PATCH] Fix changelog --- CHANGELOG.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 685b5c3..f7b132f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -59,10 +59,6 @@ The main additions are the new assertions for - `IsNot` - `As` - `NotAs` -- Add `Func` function which provides following assertions - via `FluentFunc` type: - - `Panics` - - `NotPanic` - Add `Slice` function which provides following assertions, in addition to `Any`, via `FluentSlice` type: - `Empty`