From f89b63ccc3248068fd0eed54542181ab29b3d5a4 Mon Sep 17 00:00:00 2001 From: David Erni Date: Tue, 29 Oct 2013 18:09:51 +0100 Subject: [PATCH] Fix nested lists. --- CHANGES.rst | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index fcbfe5d..d787a93 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -5,14 +5,15 @@ Changelog ------------------- - Update jquery.recurrenceinput.js: - - Fix ie8 startdate and fire events when changing checkbox values [deiferni], - - Make "repeat forever" button optional [deiferni], + [thet] + + - Fix ie8 startdate and fire events when changing checkbox values [deiferni] + - Make "repeat forever" button optional [deiferni] - When there is no recurrence rule, the edit button should show "Add...", not - "Edit..." [thet], + "Edit..." [thet] - Remove ambiguous recurrence rule checkbox, which lead to UX confusion due to double negation (unchecked checkbox said "no recurrence rule") and add instead a "Delete" button. [thet] - [thet] 1.0b11 (2013-08-23)