diff --git a/AUTHORS b/AUTHORS index 369667d..fe2edaf 100644 --- a/AUTHORS +++ b/AUTHORS @@ -35,6 +35,7 @@ Remco Haszing Thomas Scholtes White Autumn Zach Bloomquist +Alexander Weiss Andy Edwards Ben Isenstein <75191941+BenIsenstein@users.noreply.github.com> Chris Barth diff --git a/CHANGELOG.md b/CHANGELOG.md index 7680677..6e7bfe0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,9 @@ +13.0.4 / 2024-10-22 +================== + + * Fix constructor-based checks for fake Date no longer pass after installing (#512) (patches the patch) + 13.0.3 / 2024-10-17 ================== * Ensure checks based on the constructor property passes for fake Dates (#511)