* New: Added support for `pe.iconhash()` function.
2.7.0
* New: Methods for manipulation of rule name and tags ([27](https://github.com/avast/yaramod/issues/27)). * Fix: Support for anonymous string has been fixed ([26](https://github.com/avast/yaramod/issues/26)).
2.6.0
* New: Class `Rule` now has interface for direct manipulation with meta of the rules.
2.5.0
* New: Expression builder now contains `doubleVal` for building double expressions ([22](https://github.com/avast/yaramod/issues/22)). * Fix: Compilation now works in Cygwin environment ([25](https://github.com/avast/yaramod/issues/25)).
2.4.2
* Fix: `pe.data_directories` is now correctly an array and not a structure.
2.4.0
* Enhancement: Python interface of `String.pure_text` now returns `bytes` instead of `str` to prevent unicode decoding errors with strings containg invalid UTF-8 sequences.