Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ralequi committed May 8, 2023
1 parent 639f27d commit f707d77
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**:
----------
Expand Down

0 comments on commit f707d77

Please sign in to comment.