From 2c453265fe58ffd08fab32494fa919d9aca3dfe9 Mon Sep 17 00:00:00 2001 From: Jensun Ravichandran Date: Tue, 1 Jun 2021 19:18:37 +0200 Subject: [PATCH] [QA] Remove duplicate headings --- RELEASE.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index 5688707..806e5e1 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -2,17 +2,15 @@ ## Release 0.5.0 -- Breaking: Removed deprecated `prototorch.modules.Prototypes1D` - - Use `prototorch.components.LabeledComponents` instead +- Breaking: Removed deprecated `prototorch.modules.Prototypes1D`. + - Use `prototorch.components.LabeledComponents` instead. ## Release 0.2.0 -### Includes - Fixes in example scripts. ## Release 0.1.1-dev0 -### Includes - Minor bugfixes. - 100% line coverage.