From 67940c344dcab9a003246f6474e09d59a7a166e0 Mon Sep 17 00:00:00 2001 From: Samuel Williams Date: Fri, 1 Dec 2023 16:17:10 +1300 Subject: [PATCH] Update changes. --- changes.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/changes.md b/changes.md index dc9d21c..6422997 100644 --- a/changes.md +++ b/changes.md @@ -1,3 +1,17 @@ +## 2.6.2 + +* Convert NIO objects to TypedData API. + +## 2.6.1 + +* Don't update `io` which is subsequently stored. Retain the original. + +## 2.6.0 + +* Fix conversion loses int precision. +* Avoid direct access to IO internals. +* Resolve issue loading both nio and nio4r gems. + ## 2.5.9 (2023-04-02) https://github.com/socketry/nio4r/compare/v2.5.8..v2.5.9