* Retain order if these or make_class are passed an ordered dict
Fixes#339
* Add newsfragment
* Another newsfragment
Fixes#300
* Docs and change tags
* Disable coverage and explain why
* PyPy has ordered dicts too
* Import OrderedDict only when necessary
Mainly because the former doesn't use pip to install it's dependencies which
makes stuff potentially slow (no wheel caching) and litters the current directory.