From 6cb1eada4497a4fc7a9c3918550f3a73f58989d4 Mon Sep 17 00:00:00 2001 From: tex0l Date: Fri, 2 Sep 2022 14:52:24 +0200 Subject: [PATCH] Update CHANGELOG.md Co-authored-by: arantes555 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b06c281..9298818 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [3.0.1] - 2022-09-02 ### Added -- Added a `testSerializationHooks` option which defaults to `true` to allow skipping the test of the hooks which may be slow +- Added a `testSerializationHooks` option which defaults to `true`. Setting to `false` allows to skip the test of the hooks, which may be slow. ## [3.0.0] - 2022-03-16 ### Added