Skip to content
This repository has been archived by the owner on Apr 16, 2022. It is now read-only.

Commit

Permalink
Update CHANGELOG for v1.7.4 (#182)
Browse files Browse the repository at this point in the history
* Update CHANGELOG for v1.7.4

* Update CHANGELOG.md

* Update CFN Spec to 2.5.0
  • Loading branch information
martysweet committed Jul 18, 2018
1 parent 42b75e1 commit c594aa3
Show file tree
Hide file tree
Showing 2 changed files with 2,815 additions and 1,908 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Expand Up @@ -6,9 +6,15 @@ and this project adheres to [Semantic
Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.7.4] - 2018-07-18
### Fixed
- Merge PR #177, fix nested resources within an if condition not being resolved. Fix resolution of AWS::NoValue.
- Merge PR #179, fixing support for AWS::Partition pseudo parameter

### Changed
- Update CloudFormation specification (downloaded 18-Jul-2018) - version: 2.5.0

## [1.7.3] - 2018-06-30
### Fixed
- Merge PR #174, fixing validation support for AWS::URLSuffix
Expand Down Expand Up @@ -152,7 +158,8 @@ Versioning](http://semver.org/spec/v2.0.0.html).
### Added
- Add pseudo parameter support

[Unreleased]: https://github.com/martysweet/cfn-lint/compare/v1.7.3...HEAD
[Unreleased]: https://github.com/martysweet/cfn-lint/compare/v1.7.4...HEAD
[1.7.4]: https://github.com/martysweet/cfn-lint/compare/v1.7.3...v1.7.4
[1.7.3]: https://github.com/martysweet/cfn-lint/compare/v1.7.2...v1.7.3
[1.7.2]: https://github.com/martysweet/cfn-lint/compare/v1.7.1...v1.7.2
[1.7.1]: https://github.com/martysweet/cfn-lint/compare/v1.7.0...v1.7.1
Expand Down

0 comments on commit c594aa3

Please sign in to comment.