From 5c5bda842711b3690a1e1b98b2a4823e5b5ddfc8 Mon Sep 17 00:00:00 2001 From: AngelCalvo Date: Tue, 26 Jul 2016 10:27:49 -0700 Subject: [PATCH] Update breaking-change-contract.md --- docs/dev-process/breaking-change-contract.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dev-process/breaking-change-contract.md b/docs/dev-process/breaking-change-contract.md index eaf26b528f..6e42198991 100644 --- a/docs/dev-process/breaking-change-contract.md +++ b/docs/dev-process/breaking-change-contract.md @@ -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.