Guard against attempted deletion of inexistent attributes

Fixes #76
This commit is contained in:
Cristi Vîjdea
2018-03-05 19:59:03 +02:00
parent 3d3b7899e5
commit 9ad55bac99
3 changed files with 13 additions and 4 deletions
+9
View File
@@ -3,6 +3,15 @@ Changelog
#########
*********
**1.4.7**
*********
*Release date: Mar 05, 2018*
- **FIXED:** prevent crashes caused by attempting to delete object attributes which do not exist in the first place
(:issue:`76`)
*********
**1.4.6**
*********