* `huntlib.domaintools.DomainTools` objects now have working `iris_enrich()` and `enrich()` functions.
* All the functions previously offered by importing the main huntlib module (`entropy()`, `entropy_per_byte()`, `promptCreds()` and `edit_distance()` have been moved to the new `huntlib.util` module. Attempting to use the old imports will still work, but result in a FutureWarning to the user.
* `huntlib.data` now provides a new `flatten()` function for transforming nested dicts and/or lists into a single namespace useful for creating pandas DataFrames