Fix deepcopy on EmbeddedDocument

This commit is contained in:
Timothé Perez
2021-03-23 22:11:41 +01:00
committed by Bastien Gerard
parent 3b10236b5e
commit 88642eb021
4 changed files with 20 additions and 0 deletions

View File

@@ -260,3 +260,4 @@ that much better:
* Stankiewicz Mateusz (https://github.com/mas15)
* Felix Schultheiß (https://github.com/felix-smashdocs)
* Jan Stein (https://github.com/janste63)
* Timothé Perez (https://github.com/AchilleAsh)