formatting

This commit is contained in:
Nathaniel V. KELSO 2012-06-06 18:27:58 -07:00
parent d2d72ad194
commit 872f091799

View File

@ -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.