From 872f091799e0a2f66429b183599b4d69082e6c2b Mon Sep 17 00:00:00 2001 From: "Nathaniel V. KELSO" Date: Wed, 6 Jun 2012 18:27:58 -0700 Subject: [PATCH] formatting --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index b70ce8f3..d0d83aec 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,9 @@ Natural Earth is a big project with hundreds of files that depend on each other * **Backwards incompatible** API changes, increment the major version X. * **Backwards compatible** API additions/changes, increment the minor version Y * **Bug fixes** not affecting the file and field names, patch version Z will be incremented. + +Specifically: + * Changing existing data file names, major version X will be incremented. * Changing existing data column (field) names, major version X will be incremented. * Removing `FeatureCla` field attribute values, major version X will be incremented.