python-boto3/.changes/1.1.2.json

18 lines
613 B
JSON
Raw Normal View History

2016-05-22 04:03:29 +02:00
[
{
"category": "``session.Session``",
2016-11-09 01:23:44 +01:00
"description": "Add ``events`` property to access session's event emitter. (`issue 204 <https://github.com/boto/boto3/pull/204>`__)",
2016-05-22 04:03:29 +02:00
"type": "feature"
},
{
"category": "``Glacier.Account``",
"description": "Fix issue with resource model. (`issue 196 <https://github.com/boto/boto3/pull/196>`__)",
"type": "bugfix"
},
{
"category": "``DynamoDB``",
"description": "Fix misspelling of error class to ``DynamoDBOperationNotSupportedError``. (`issue 218 <https://github.com/boto/boto3/pull/218>`__)",
"type": "bugfix"
}
2016-11-09 01:23:44 +01:00
]