Skip to content

Commit

Permalink
Merge pull request serverless#2503 from serverless/changelog-1.0.3-fixes
Browse files Browse the repository at this point in the history
Fix changelog links
  • Loading branch information
flomotlik authored Oct 21, 2016
2 parents 6ebd422 + 208a850 commit 07712fc
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,20 @@ You can also check out all changes in the [Github Compare View](https://github.c

## Features
* [Stack Tags and Policy](https://serverless.com/framework/docs/providers/aws/) (#2158)
* CF Stack Output Variables in Verbose deploy output (#2253)
* [CF Stack Output Variables in Verbose deploy output](https://serverless.com/framework/docs/cli-reference/deploy/) (#2253)
* [Custom Status code for non-proxy APIG integration](https://serverless.com/framework/docs/providers/aws/events/apigateway/) (#2014)
* [Function Runtime can now be configured per function](https://serverless.com/framework/docs/providers/aws/)(#2425)
* Allow absolute path for invoke command event file (#2443)
* [Add list deployments command to show last deployments stored in S3 bucket](https://serverless.com/framework/docs/cli-reference/deploy/)(#2439)
* [Function Runtime can now be configured per function](https://serverless.com/framework/docs/providers/aws/) (#2425)
* [Allow absolute path for invoke command event file](https://serverless.com/framework/docs/cli-reference/invoke/) (#2443)
* [Add list deployments command to show last deployments stored in S3 bucket](https://serverless.com/framework/docs/cli-reference/deploy/) (#2439)

## Bugs

* [Fix not thrown error after failed ResourceStatus bug](#2367)
* [Fix overwrite resources and custom resource merge bug](#2385)
* [Clean up after deployment works correctly now](#2436)
* Fix not thrown error after failed ResourceStatus bug (#2367)
* Fix overwrite resources and custom resource merge bug (#2385)
* Clean up after deployment works correctly now (#2436)

## Other
* [Migrate Integration tests into main repository](#2438)
* Migrate Integration tests into main repository (#2438)

# 1.0.2 (13.10.2016)

Expand Down

0 comments on commit 07712fc

Please sign in to comment.