diff --git a/CHANGELOG.md b/CHANGELOG.md index 33b4055..e775179 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,10 +3,10 @@ Version 0.6.4 - **New features**: ----------------- -- [**Controller**] Added methods to control the foreign configuration. (PR [#11](https://github.com/Naudit/pystorcli2/pull/11)) -- [**Controller**] Now some storcli calls can return an error and get handled without raising exceptions. (Issue [#13](https://github.com/Naudit/pystorcli2/issues/13)) -- [**Drive**] Added some aliases to `drive.state` & `drive.set_state` method. (Issue [#12](https://github.com/Naudit/pystorcli2/issues/12)) -- Added enum-class StorcliError. This Enum stores any posible (documented) error reported by storcli. We can expect & catch some of them if we want to + - [**Controller**] Added methods to control the foreign configuration. (PR [#11](https://github.com/Naudit/pystorcli2/pull/11)) + - [**Controller**] Now some storcli calls can return an error and get handled without raising exceptions. (Issue [#13](https://github.com/Naudit/pystorcli2/issues/13)) + - [**Drive**] Added some aliases to `drive.state` & `drive.set_state` method. (Issue [#12](https://github.com/Naudit/pystorcli2/issues/12)) + - Added enum-class StorcliError. This Enum stores any posible (documented) error reported by storcli. We can expect & catch some of them if we want to - **Changes**: ----------