A new "VERSION_HISTORY.md" file was added.
This version removed the _lib_ argument from the _encr_ class as it was considered useless.
The class started using _pickle_ for serialization, and became unchangable/uncustomizable.
1 method was added to the _encr_ class:
- setkey (password)
As noticed after it's publication, the class' encryption key wasn't saved properly due to a bug, which made the package unusable.
The only way to bypass this bug was calling _e.setkey_ after the object's creation and resetting the key.