Remove #7633 from v6.2.0-preview.1 Changlog updates. (#8101)

This commit is contained in:
Takuya Shibata 2018-11-06 03:25:56 +09:00 committed by Travis Plunk
parent d165f5dcbf
commit 03ba61c7c1

View file

@ -26,7 +26,6 @@
- Fix `BeginInvoke`/`EndInvoke` to return results when `Stop` or `BeginStop`/`EndStop` was called previously (#7917)
- Allow root node of `format.ps1xml` to have attributes that are ignored (#7987)
- Use non-virtual call to invoke 'family or assembly' methods on base class from PowerShell class (#7622) (#7624) (Thanks @yurko7!)
- Enable indexing operations on objects that implement `ITuple`(`System.Tuple` and `System.ValueTuple`) (#7633) (Thanks @SeeminglyScience!)
- Make the parameter to `ImportPSModule` use `params` so that it is easier to call (#7933) (Thanks @iSazonov!)
### General Cmdlet Updates and Fixes