You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: NEWS.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
-
# nanonext 0.6.0.9700 (0.7.0 release candidate)
1
+
# nanonext 0.7.0
2
2
3
-
*nanonext 0.7 has focused on optimising the API after completing feature additions and performance enhancements; the API is again expected to remain stable after these changes*
3
+
*nanonext 0.7 implements API optimisations after recent enhancements; the API is again intended to remain stable after these changes*
4
4
5
5
#### New Features
6
6
@@ -24,7 +24,7 @@
24
24
25
25
*Other changes:*
26
26
27
-
* Integer send/recv (and setopt) arguments implemented in 0.5.3 are now documented and considered part of the API. This is a performance feature that skips matching the character argument value.
27
+
* Integer `send()`/`recv()` arguments for 'mode' and `setopt()` arguments for 'type' implemented in 0.5.3 are now documented and considered part of the API. This is a performance feature that skips matching the character argument value.
28
28
* Fixes bug introduced in 0.6.0 where Aios returning 'errorValues' are not cached with the class, returning only integer values when accessed subsequently.
29
29
* Fixes potential crash when `base64dec()` encounters invalid input data. Error messages have been revised to be more accurate.
30
30
* Fixes the `$` method for 'recvAio' objects for when the object has been stopped using `stop_aio()`.
0 commit comments