From 1b0b47a7a880af1a8eaf9612af52cd7ac0704c3a Mon Sep 17 00:00:00 2001
From: H William Welliver <william@welliver.org>
Date: Fri, 4 Dec 2020 18:35:49 -0500
Subject: [PATCH] Changes: document SSL.File read behavior change

---
 CHANGES | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/CHANGES b/CHANGES
index 5225d99fc7..347639b36e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -337,6 +337,10 @@ o SSL.File
     if an alert was generated (for instance when the peers are 
     unable to agree on a cipher suite.)
 
+ -  Permit data received to be read() after the connection is
+    closed by the peer. Previously, read would throw a "Not open"
+    error rendering the data irretrievable.
+
 o Standards.JSON
 
   - encode() now allows other threads to run every now and then.
-- 
GitLab