diff --git a/NEWS.rst b/NEWS.rst index 357666de..a05248e1 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -1,3 +1,15 @@ +Txaws 0.5.0 (2017-12-27) +======================== + +Features +-------- + +- txaws.s3.client.S3Client.get_bucket now accepts a ``prefix`` parameter for + selecting a subset of S3 objects. (#78) +- txaws.ec2.client.EC2Client now has a ``get_console_output`` method binding + the ``GetConsoleOutput`` API. (#82) + + Txaws 0.4.0 (2017-07-04) ======================== diff --git a/txaws/newsfragments/78.feature b/txaws/newsfragments/78.feature deleted file mode 100644 index 3db1bdc2..00000000 --- a/txaws/newsfragments/78.feature +++ /dev/null @@ -1 +0,0 @@ -txaws.s3.client.S3Client.get_bucket now accepts a ``prefix`` parameter for selecting a subset of S3 objects. diff --git a/txaws/newsfragments/82.feature b/txaws/newsfragments/82.feature deleted file mode 100644 index cc78971d..00000000 --- a/txaws/newsfragments/82.feature +++ /dev/null @@ -1 +0,0 @@ -txaws.ec2.client.EC2Client now has a ``get_console_output`` method binding the ``GetConsoleOutput`` API.