Currently when importing features via CSV, the features are added to the release(s) in the opposite order they appear in the CSV file.
Ex:
CSV file:
Feature A
Feature B
Feature C
Aha! release after import:
Feature C
Feature B
Feature A
Assuming this is not complicated to change, we should put the reverse this so that the features appear in the same order they are in the CSV file.