Update changelog with Changed and Added features (#60)

This commit is contained in:
Nick Chen 2017-08-22 10:37:25 -07:00 коммит произвёл GitHub
Родитель 15f8fdded3
Коммит 7bcd634050
1 изменённых файлов: 13 добавлений и 0 удалений

Просмотреть файл

@ -1,3 +1,16 @@
## 40.7.0 - August 24, 2017
### Changed
#### salesforcedx-vscode-apex
* Switched the Apex Language Server to use standard input/output instead of creating a local socket ([PR #53](https://github.com/forcedotcom/salesforcedx-vscode/pull/53)).
### Added
#### salesforcedx-vscode-core
* SFDX: Create Apex Class command ([PR #47](https://github.com/forcedotcom/salesforcedx-vscode/pull/47)).
* SFDX: Create Visualforce Component and SFDX: Create Visualforce Page commands ([PR #55](https://github.com/forcedotcom/salesforcedx-vscode/pull/55)).
## 40.5.0 - August 10, 2017
### Bug Fixes