diff --git a/Changes.md b/Changes.md index d6ccf10..ebdf244 100644 --- a/Changes.md +++ b/Changes.md @@ -1,15 +1,20 @@ # Version 2.0 +## 2.X.0 + +* Made `MatrixElement::tree_kin` and `MatrixElement::tree_param` public +* Allow multiplication and division of multiple scale functions e.g. `H_T/2*m_j1j2` + ## 2.0.3 * Fixed parsing of (numerical factor) * (base scale) in configuration * Don't change scale names, but sanitise Rivet output file names instead ## 2.0.2 * Changed scale names to `"_over_"` and `"_times_"` for proper file names (was `"/"` and `"*"` before) ## 2.0.1 * Fixed name of fixed-order generator in error message.