From 54a1fc1b96f72c5805812cc2ebc174ef9c0536b6 Mon Sep 17 00:00:00 2001 From: Phil Haack Date: Wed, 19 Dec 2012 17:19:43 -0800 Subject: [PATCH] Change sentence to remove inapplicable "Remember" Closes #31 --- semver.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/semver.md b/semver.md index 395336c..a990dc3 100644 --- a/semver.md +++ b/semver.md @@ -174,8 +174,8 @@ API can keep everyone and everything running smoothly. As soon as you realize that you've broken the Semantic Versioning spec, fix the problem and release a new minor version that corrects the problem and -restores backwards compatibility. Remember, it is unacceptable to modify -versioned releases, even under this circumstance. If it's appropriate, +restores backwards compatibility. Even under this circumstance, it is +unacceptable to modify versioned releases. If it's appropriate, document the offending version and inform your users of the problem so that they are aware of the offending version.