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: README.md
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ Native Abstractions for Node.js
3
3
4
4
**A header file filled with macro and utility goodness for making add-on development for Node.js easier across versions 0.8, 0.10 and 0.11, and eventually 0.12.**
5
5
6
-
***Current version: 1.5.2***
6
+
***Current version: 1.6.0***
7
7
8
8
*(See [CHANGELOG.md](https://github.com/rvagg/nan/blob/master/CHANGELOG.md) for complete ChangeLog)*
9
9
@@ -25,6 +25,13 @@ This project also contains some helper utilities that make addon development a b
25
25
<aname="news"></a>
26
26
## News & Updates
27
27
28
+
### Jan-2015: 1.6.0 release
29
+
30
+
* Deprecated `NanNewContextHandle` in favor of `NanNew<Context>`
0 commit comments