Skip to content

Commit

Permalink
Added breaking changes documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaspatzke committed Oct 25, 2024
1 parent 9debf09 commit 32e5b08
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/Breaking_Changes.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Breaking Changes
================

This page documents breaking changes in pySigma. Normally, we try to avoid breaking changes in minor
versions and generally try to keep pySigma backwards compatible, but sometimes they are necessary to
improve the library.

Version 1.0
-----------

* The class `CompareOperators` was moved out of `SigmaCompatreExpression` into the root of the
containing module `sigma.types`. If the class was formerly used, it has now to be imported
explicitly from the module.
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ pySigma Documentation
Backends
Rule_Validation
Plugin_System
Breaking_Changes

Overview
********
Expand Down

0 comments on commit 32e5b08

Please sign in to comment.