From 5b6c04c99b6dc5d34aaa03e2d13e606a0c798fe5 Mon Sep 17 00:00:00 2001 From: fjf2002 Date: Wed, 25 May 2022 08:46:29 +0200 Subject: [PATCH] Update CHANGELOG.md Typo fixed --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0511b96..90052f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -40,7 +40,7 @@ ## 0.7.0.0 - The server `postgres-websockets` will shutdown when the listener database connection is closed, this allows for external process supervisors to restart the service on database failures. -- Middleware interface now requires a parameter `IO UTCTime` prividing a function that will produce the system time. +- Middleware interface now requires a parameter `IO UTCTime` providing a function that will produce the system time. - Send close connection once the JWT token expires (if channel is open with a token using the `exp` claim). ## 0.6.1.0