Refactored (un)seal methods to throw Exception instead of catching it (#12)

This commit is contained in:
2017-08-26 11:01:48 +02:00
parent df7de5dd73
commit a1784245a3
4 changed files with 44 additions and 36 deletions

View File

@ -1,5 +1,6 @@
## 0.7.0 [work in progress]
* [feature] Retrieval of health status via `getHealth()`
* [feature] Retrieval of health status via `getHealth()` (#15)
* [improvement] `seal()`, `unseal()` are now `void` and throw Exception on error (#12)
## 0.6.2 [2017-08-19]
* [fix] Prevent potential NPE on SecretResponse getter