Skip to content

Commit 6fc5fcc

Browse files
committed
Minor changes to changelog.
1 parent bbd9169 commit 6fc5fcc

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

CHANGELOG.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,23 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
## [0.0.3](https://github.com/jkakar/aws-elixir/tree/v0.0.3) - 2015-07-14
6-
### Added
5+
## [v0.0.3](https://github.com/jkakar/aws-elixir/tree/v0.0.3) - 2015-07-14
6+
#### Added
77
- `AWS.DynamoDB.Streams` module for DynamoDB Streams Service.
88

9-
### Changed
9+
#### Changed
1010
- `AWS.DynamoDB` module has updated documentation.
1111

12-
## [0.0.2](https://github.com/jkakar/aws-elixir/tree/v0.0.2) - 2015-07-09
13-
### Added
12+
## [v0.0.2](https://github.com/jkakar/aws-elixir/tree/v0.0.2) - 2015-07-09
13+
#### Added
1414
- `AWS.CodeCommit` module for CodeCommit Service.
1515
- `AWS.CodePipeline` module for CodePipeline Service.
1616
- `AWS.CognitoIdentity` module for Cognito Service.
1717
- `AWS.DirectoryService` module for Directory Service.
1818
- `AWS.Route53Domains` module for Route53 Domains Service.
1919
- `AWS.Workspaces` module for Workspaces Service.
2020

21-
### Changed
21+
#### Changed
2222
- `AWS.CodeDeploy` module has new functionality for managing on premises
2323
instances.
2424
- `AWS.Config` module has updated documentation.
@@ -36,8 +36,8 @@ All notable changes to this project will be documented in this file.
3636
- `AWS.StorageGateway` module has updated documentation and new support for
3737
the `ListVolumeInitiators` action.
3838

39-
## [0.0.1](https://github.com/jkakar/aws-elixir/tree/v0.0.1) - 2015-05-29
40-
### Added
39+
## [v0.0.1](https://github.com/jkakar/aws-elixir/tree/v0.0.1) - 2015-05-29
40+
#### Added
4141
- `AWS.CloudHSM` module for CloudHSM Service.
4242
- `AWS.CloudTrail` module for CloudTrail Service.
4343
- `AWS.CodeDeploy` module for CodeDeploy Service.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This outputs:
2424
* Code is generated using the JSON descriptions of AWS services used to build
2525
the [AWS SDK for the Go programming language](https://github.com/awslabs/aws-sdk-go/tree/master/apis) library by [aws-codegen](https://github.com/jkakar/aws-codegen).
2626
* Code is readable with fairly complete documentation.
27-
* Support for most AWS services that use the `json` protocol.
27+
* Support for AWS services that use the `json` and `rest-json` protocols.
2828
* Request data is encoded from maps to JSON and response data is decoded from
2929
JSON to maps. The data you work with is almost exactly what's expected by
3030
remote APIs and what's returned by them.

0 commit comments

Comments
 (0)