Combine notes about ITuple changes in Change Log (#8077)

This commit is contained in:
José Carlos Peñuelas Armenta 2018-10-18 19:34:19 -05:00 committed by Travis Plunk
parent 10266af610
commit 1dc4a7903f

View file

@ -26,8 +26,7 @@
- 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 `System.Tuple` and `System.ValueTuple` (#7633) (Thanks @SeeminglyScience!)
- Enable indexing operations on objects that implement `ITuple` (#7633) (Thanks @SeeminglyScience!)
- 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