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
+5
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,12 @@
1
1
# nanonext 0.13.6.9002 (development)
2
2
3
+
#### New Features
4
+
3
5
* Integrates with the `later` package to provide the foundation for truly event-driven (non-polling) promises (thanks @jcheng5 for the initial prototype in #28), where side-effects are enacted asynchronously upon aio completion.
4
6
* Adds `request2()` for creating a request that may be turned into an event-driven promise.
7
+
8
+
#### Updates
9
+
5
10
* Updates minimum 'libnng' version requirement to v1.6.0 (if a suitable system-installed version is not found, the bundled version is compiled from source).
0 commit comments