* If `region_name=None` (the default), the child session region is linked to the parent session region (not copied, which happens if `region_name=True`). If the parent session is using a config profile, this means the child session will have a region, rather than needing/using a separately-set region (e.g., via the `AWS_DEFAULT_REGION` environment variable). For safety, this release increments the [compatibility version](http://blog.appliedcompscilab.com/monotonic_versioning_manifesto/) to 2.
* Added [command line functionality](README.mdcommand-line-use).
* `PolicyArns` can be provided as a list of ARNs in addition to the verbose list-of-single-element-dicts required by the API.