Skip to content

Commit 61b605e

Browse files
committed
Prepare release 2.0.0
1 parent a8c2683 commit 61b605e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ case-sensitive systems (eg Linux) using uppercase letters won't work.
2727

2828
## Versions ##
2929

30+
Version 2.0.0 introduces a potentially breaking change concerning local file system requests.
31+
If these requests fail this library now returns the `errno` (or -1) as the response status code instead of
32+
returning status code 0.
33+
3034
Prior to 1.4.0 version numbers were arbitrary. From 1.4.0 on they conform to
3135
the standard major.minor.bugfix. 1.x shouldn't necessarily be considered
3236
stable just because it's above 0.x.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "xmlhttprequest-ssl",
33
"description": "XMLHttpRequest for Node",
4-
"version": "1.6.3",
4+
"version": "2.0.0",
55
"author": {
66
"name": "Michael de Wit"
77
},

0 commit comments

Comments
 (0)