mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-08-29 03:09:48 +02:00
16 lines
334 B
Markdown
16 lines
334 B
Markdown
API Changes
|
|
===========
|
|
|
|
When an addition to the existing API is made, the minor version is bumped.
|
|
When an API feature or function is removed or changed, the major version is bumped.
|
|
|
|
|
|
1.2.0
|
|
=====
|
|
* Added support for module collections
|
|
* Added context.modules
|
|
* Added ModuleRequirement
|
|
* Added get\_symbols\_by\_absolute\_location
|
|
|
|
|