diff --git a/CHANGES b/CHANGES index 5225d99fc74f0165caf93714de30fa0862af450b..347639b36ec6a8003f5a0efccaef0e87037b3251 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.