diff --git a/CHANGELOG.rst b/CHANGELOG.rst index bc754ff..0509544 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,16 @@ Release Notes .. current developments +v3.3.0 +==================== + +**Added:** + +* Diffraction_objects for easier manipulations of diffraction objects +* dump method to Diffraction_object + + + v3.2.7 ==================== @@ -84,5 +94,3 @@ v3.0.0 **Deprecated:** * Variable `__gitsha__` in the `version` module which was renamed to `__git_commit__`. - - diff --git a/news/dump.rst b/news/dump.rst deleted file mode 100644 index 48e8318..0000000 --- a/news/dump.rst +++ /dev/null @@ -1,23 +0,0 @@ -**Added:** - -* dump method to diffraction_object - -**Changed:** - -* - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* - -**Security:** - -*