Update breaking-change-contract.md

This commit is contained in:
AngelCalvo 2016-07-26 10:27:49 -07:00 committed by GitHub
parent 05ff5d35de
commit 5c5bda8427

View File

@ -1,6 +1,6 @@
#Breaking Changes
We have a serious commitment to backwards compatibility with all earlier versions of PowerShell including the language, cmdlets, APIs and the various protocols (e.g. MS_PowerShellRemoting) and data formats (e.g. cdxml).
We have a serious commitment to backwards compatibility with all earlier versions of PowerShell including the language, cmdlets, APIs and the various protocols (e.g. PowerShell Remoting Protocol) and data formats (e.g. cdxml).
Below is a summary of our approach to handing breaking changes including what kinds of things constitute breaking changes, how we categorize them, and how we decide what we're willing to take.