mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[fog-brightbox] Correct CHANGELOG categories
To match the version number increase, there are no real enhancements they are just implementation/supporting file updates.
This commit is contained in:
parent
8363250159
commit
707eb7e8e4
1 changed files with 1 additions and 4 deletions
|
@ -1,13 +1,10 @@
|
|||
### 0.0.2 / 2014-04-10
|
||||
|
||||
Enhancements:
|
||||
Bug fixes:
|
||||
|
||||
* Add CHANGELOG.md to `fog-brightbox` module.
|
||||
* Add MiniTest::Specs to project. Use `rake test` to check the code.
|
||||
* Add Gemfile, Rakefile, README and LICENCE to start documenting project.
|
||||
|
||||
Bug fixes:
|
||||
|
||||
* Remove redundant calls to `Fog.credentials`. The code flow was such that the
|
||||
credentials were being passed in to `Fog::Compute::Brightbox` anyway.
|
||||
* Isolate testing from contents of `~.fog` file which is leaking in throug the
|
||||
|
|
Loading…
Reference in a new issue