diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-03-24 20:57:35 +0000 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-03-24 20:57:35 +0000 |
commit | b8ad3647ad99a64ffc6296883aa8135d462dd17b (patch) | |
tree | 52b01f122b014724783ce7f31761296e9d0f76c2 /CHANGELOG | |
parent | c3c9703437a552700c2a6ca010b05cc56aa6d73a (diff) | |
parent | b7ed7d05a0b2aab9123c101a1a0558ae0f9bf7cc (diff) | |
download | gitlab-ce-b8ad3647ad99a64ffc6296883aa8135d462dd17b.tar.gz |
Merge branch 'fix-nested-tasks' into 'master'
Fix nested task lists
When nesting task list items, the parent item is wrapped in a `<p>` tag. Update the task list parser to handle these paragraph wrappers.
cc @sytse
See merge request !413
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index 3ecc45cde07..ccc71737e43 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -17,6 +17,7 @@ v 7.10.0 (unreleased) - Add changelog, license and contribution guide links to project sidebar. - Improve diff UI - Fix alignment of navbar toggle button (Cody Mize) + - Fix checkbox rendering for nested task lists - Identical look of selectboxes in UI - Move "Import existing repository by URL" option to button. - Improve error message when save profile has error. |