From f1125449ebaa8d2947cb0f3757961425d278cb21 Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Wed, 16 Jul 2014 22:18:35 -0700 Subject: [PATCH] add note about tracking node 0.11 api close #34 --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index d6fd8b8..c6cd86c 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,15 @@ This works correctly in browsers with typed array support (\* with the exception bug](https://bugzilla.mozilla.org/show_bug.cgi?id=952403) that made it impossible to add properties to a typed array.* +## tracking the node api + +This module tracks the Buffer API in the latest (unstable) version of node.js. The Buffer +API is considered **stable** in the +[node stability index](http://nodejs.org/docs/latest/api/documentation.html#documentation_stability_index), +so it is unlikely that there will ever be breaking changes. +Nonetheless, when/if the Buffer API changes in node, this module's API will change +accordingly. + ## performance See perf tests in `/perf`. -- 2.34.1