change changelog
This commit is contained in:
parent
740783b9fd
commit
2ec03d962e
|
@ -5,11 +5,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
|
||||||
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.ht
|
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.ht
|
||||||
ml).
|
ml).
|
||||||
|
|
||||||
## master
|
## master [1.0.7-beta]
|
||||||
[1.0.7-beta]
|
|
||||||
|
|
||||||
## testing
|
## testing [1.0.8-beta]
|
||||||
[1.0.8-beta]
|
- [addend] #159 external document as proof of erase of disk
|
||||||
|
|
||||||
## [1.0.7-beta]
|
## [1.0.7-beta]
|
||||||
- [addend] #158 support for encrypted snapshots data
|
- [addend] #158 support for encrypted snapshots data
|
||||||
|
|
|
@ -199,6 +199,11 @@ class ToPrepareDef(ActionDef):
|
||||||
SCHEMA = schemas.ToPrepare
|
SCHEMA = schemas.ToPrepare
|
||||||
|
|
||||||
|
|
||||||
|
class ToErasedDef(ActionDef):
|
||||||
|
VIEW = None
|
||||||
|
SCHEMA = schemas.ToErased
|
||||||
|
|
||||||
|
|
||||||
class AllocateDef(ActionDef):
|
class AllocateDef(ActionDef):
|
||||||
VIEW = AllocateView
|
VIEW = AllocateView
|
||||||
SCHEMA = schemas.Allocate
|
SCHEMA = schemas.Allocate
|
||||||
|
|
Reference in a new issue