-
-
Notifications
You must be signed in to change notification settings - Fork 102
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added breaking changes documentation
- Loading branch information
1 parent
fac5e30
commit 4f4bdb3
Showing
2 changed files
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,6 +10,7 @@ pySigma Documentation | |
Backends | ||
Rule_Validation | ||
Plugin_System | ||
Breaking_Changes | ||
|
||
Overview | ||
******** | ||
|