Skip to content

Commit cadb721

Browse files
Update CHANGELOG.md
1 parent 318feb6 commit cadb721

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
## Changelog
22

3+
### 1.2.0
4+
Updates
5+
6+
* Two output js files, one with polyfills for Fetch-API and ES6-Promises ([lib/graph-js-sdk-web.js](./lib/graph-js-sdk-web.js)) and one without ([lib/graph-js-sdk-core.js](./lib/graph-js-sdk-core.js))
7+
[Refer [README.md](https://github.com/microsoftgraph/msgraph-sdk-javascript#browser) for usage]
8+
* Enum for ResponseType, which lists down the available ResponseType options in autocomplete
9+
10+
Bug Fix
11+
* Cannot access the property "request-id" of undefined in GraphError handling
12+
313
### 1.1.0
414
New Features
515
* Support for Multipart POST request

0 commit comments

Comments
 (0)