Merge pull request #2503 from serverless/changelog-1.0.3-fixes

Fix changelog links
This commit is contained in:
Florian Motlik 2016-10-21 14:46:26 +02:00 committed by GitHub
commit 07712fcf99

View File

@ -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)