mirror of
https://github.com/fog/fog-aws.git
synced 2022-11-09 13:50:52 -05:00
Merge pull request #444 from jaredbeck/patch-1
Docs: Update changelog for 3.0.0
This commit is contained in:
commit
a47a761927
1 changed files with 22 additions and 11 deletions
31
CHANGELOG.md
31
CHANGELOG.md
|
@ -1,8 +1,27 @@
|
|||
# Change Log
|
||||
|
||||
## [Unreleased](https://github.com/fog/fog-aws/tree/HEAD)
|
||||
All notable changes to this project will be documented in this file. Starting with 3.0.0,
|
||||
the format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
|
||||
|
||||
[Full Changelog](https://github.com/fog/fog-aws/compare/v2.0.1...HEAD)
|
||||
This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [3.0.0](https://github.com/fog/fog-aws/tree/v3.0.0)
|
||||
|
||||
[Compare to v2.0.1](https://github.com/fog/fog-aws/compare/v2.0.1...v3.0.0)
|
||||
|
||||
**Changed:**
|
||||
|
||||
- fog-core 2.x, fog-json 1.x [\#433](https://github.com/fog/fog-aws/pull/433) ([lanej](https://github.com/lanej))
|
||||
|
||||
**Added:**
|
||||
|
||||
- Add c5 and m5 instance types. [\#439](https://github.com/fog/fog-aws/pull/439) ([rogersd](https://github.com/rogersd))
|
||||
- Adding g3 flavors [\#440](https://github.com/fog/fog-aws/pull/440) ([AlexLamande](https://github.com/AlexLamande))
|
||||
|
||||
**Fixed:**
|
||||
|
||||
- attach volume on \#save, remove \#server= [\#443](https://github.com/fog/fog-aws/pull/443) ([lanej](https://github.com/lanej))
|
||||
- Include link to full documentation [\#434](https://github.com/fog/fog-aws/pull/434) ([kylefox](https://github.com/kylefox))
|
||||
|
||||
**Closed issues:**
|
||||
|
||||
|
@ -10,14 +29,6 @@
|
|||
- S3 upload help -- likely user error :\) [\#432](https://github.com/fog/fog-aws/issues/432)
|
||||
- Fog not work without pry [\#317](https://github.com/fog/fog-aws/issues/317)
|
||||
|
||||
**Merged pull requests:**
|
||||
|
||||
- fix: attach volume on \#save, remove \#server= [\#443](https://github.com/fog/fog-aws/pull/443) ([lanej](https://github.com/lanej))
|
||||
- Adding g3 flavors [\#440](https://github.com/fog/fog-aws/pull/440) ([AlexLamande](https://github.com/AlexLamande))
|
||||
- Add c5 and m5 instance types. [\#439](https://github.com/fog/fog-aws/pull/439) ([rogersd](https://github.com/rogersd))
|
||||
- Include link to full documentation [\#434](https://github.com/fog/fog-aws/pull/434) ([kylefox](https://github.com/kylefox))
|
||||
- fog-core 2.x, fog-json 1.x [\#433](https://github.com/fog/fog-aws/pull/433) ([lanej](https://github.com/lanej))
|
||||
|
||||
## [v2.0.1](https://github.com/fog/fog-aws/tree/v2.0.1) (2018-02-28)
|
||||
[Full Changelog](https://github.com/fog/fog-aws/compare/v2.0.0...v2.0.1)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue