Update CHANGELOG.md

This commit is contained in:
Alexandru Dima 2016-09-05 16:53:16 +02:00 committed by GitHub
parent 39edd5b230
commit df6136ea12

View file

@ -30,10 +30,12 @@
- [Pavel Kolev (@paveldk)](https://github.com/paveldk): - [Pavel Kolev (@paveldk)](https://github.com/paveldk):
- Fix sending message to terminated worker [PR vscode#10833](https://github.com/Microsoft/vscode/pull/10833) - Fix sending message to terminated worker [PR vscode#10833](https://github.com/Microsoft/vscode/pull/10833)
- Export getTypeScriptWorker & getJavaScriptWorker to monaco.languages.typescript [PR monaco-typescript#8](https://github.com/Microsoft/monaco-typescript/pull/8) - Export getTypeScriptWorker & getJavaScriptWorker to monaco.languages.typescript [PR monaco-typescript#8](https://github.com/Microsoft/monaco-typescript/pull/8)
- [Sandy Armstrong (@sandyarmstrong)](https://github.com/sandyarmstrong): - [Sandy Armstrong (@sandyarmstrong)](https://github.com/sandyarmstrong):
- Support CompletionItemKind.Method. [PR vscode#10225](https://github.com/Microsoft/vscode/pull/10225) - Support CompletionItemKind.Method. [PR vscode#10225](https://github.com/Microsoft/vscode/pull/10225)
- Fix show in IE11 [PR vscode#10309](https://github.com/Microsoft/vscode/pull/10309) - Fix show in IE11 [PR vscode#10309](https://github.com/Microsoft/vscode/pull/10309)
- Correct docs for IEditorScrollbarOptions.useShadows [PR vscode#11312](https://github.com/Microsoft/vscode/pull/11312) - Correct docs for IEditorScrollbarOptions.useShadows [PR vscode#11312](https://github.com/Microsoft/vscode/pull/11312)
- [Artyom Shalkhakov (@ashalkhakov)](https://github.com/ashalkhakov): - [Artyom Shalkhakov (@ashalkhakov)](https://github.com/ashalkhakov):
- Adding support for ATS/Postiats [PR monaco-languages#5](https://github.com/Microsoft/monaco-languages/pull/5) - Adding support for ATS/Postiats [PR monaco-languages#5](https://github.com/Microsoft/monaco-languages/pull/5)