Skip to content

Changelog and Migration

xwings edited this page Jul 6, 2025 · 2 revisions

Changelog and Migration Guide

This page provides information on changes between different versions of the Qiling Framework and guidance on how to migrate your scripts.

Changelog

For a detailed list of changes, new features, bug fixes, and improvements in each release, please refer to the GitHub Releases page.

The releases page provides a comprehensive changelog for each version of Qiling.

Migration Guides

As Qiling evolves, we strive to maintain backward compatibility. However, sometimes breaking changes are necessary to improve the framework's design and capabilities. This section will provide guidance for migrating your code when such changes occur.

Migrating from Version X.X to Y.Y

(This section will be updated as needed when breaking changes are introduced.)

We recommend keeping your Qiling installation up-to-date to take advantage of the latest features and bug fixes.

pip install --upgrade qiling

If you encounter issues after upgrading, please check the GitHub releases page for the relevant version and feel free to open an issue if you need further assistance.

Clone this wiki locally