Skip to content

Commit

Permalink
Clarify changelog [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgtaylor committed Feb 6, 2015
1 parent 0f97cf8 commit c0d2a59
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ Changelog
* feature:Resources: Support plural references and nested JMESPath
queries for data members when building parameters and identifiers.
(`issue 52 <https://github.com/boto/boto3/pull/52>`__)
* feature:Resources: Update to the latest resource JSON format.
* feature:Resources: Update to the latest resource JSON format. This is
a **backward-incompatible** change as not all resources are exposed
at the service level anymore. For example, ``s3.Object('bucket', 'key')``
is now ``s3.Bucket('bucket').Object('key')``.
(`issue 51 <https://github.com/boto/boto3/pull/51>`__)
* feature:Resources: Make ``resource.meta`` a proper object. This allows
you to do things like ``resource.meta.client``. This is a **backward-
Expand Down

0 comments on commit c0d2a59

Please sign in to comment.