diff --git a/CHANGES b/CHANGES index de01cdd7fd..eb9d1f5e9b 100644 --- a/CHANGES +++ b/CHANGES @@ -3,11 +3,6 @@ Next release * FIX: Enable absolute path definitions in DCMStack (https://github.com/nipy/nipype/pull/1089, replaced by https://github.com/nipy/nipype/pull/1093) -* ENH: New algorithm: mesh.WarpPoints applies displacements fields to point sets. -* ENH: Improved FieldMap-Based (FMB) workflow for correction of susceptibility distortions - in EPI seqs. (https://github.com/nipy/nipype/pull/1019) -* ENH: Added interface to simulate DWIs using the multi-tensor model - (https://github.com/nipy/nipype/pull/1085) * ENH: New mesh.MeshWarpMaths to operate on surface-defined warpings (https://github.com/nipy/nipype/pull/1016) * FIX: Refactor P2PDistance, change name to ComputeMeshWarp, add regression tests,