change changelog

This commit is contained in:
Cayo Puigdefabregas 2021-07-21 08:46:09 +02:00
parent 740783b9fd
commit 2ec03d962e
2 changed files with 8 additions and 4 deletions

View File

@ -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
ml).
## master
[1.0.7-beta]
## master [1.0.7-beta]
## testing
[1.0.8-beta]
## testing [1.0.8-beta]
- [addend] #159 external document as proof of erase of disk
## [1.0.7-beta]
- [addend] #158 support for encrypted snapshots data

View File

@ -199,6 +199,11 @@ class ToPrepareDef(ActionDef):
SCHEMA = schemas.ToPrepare
class ToErasedDef(ActionDef):
VIEW = None
SCHEMA = schemas.ToErased
class AllocateDef(ActionDef):
VIEW = AllocateView
SCHEMA = schemas.Allocate