Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVinnie Okada <vokada@mrvinn.com>2015-03-21 17:39:54 +0300
committerVinnie Okada <vokada@mrvinn.com>2015-03-21 17:39:54 +0300
commitcc29ce491786d631586c3b0d0da310b8b790a673 (patch)
treec7de114ccfc50b43d52c409300ec6bb20ebcffd9 /CHANGELOG
parent52bf95ae380dc06243d0c4e5c8eb80f8be15a4f3 (diff)
Don't allow style attributes in inline HTML
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index c4e47346fd8..0046b73ba75 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,7 @@
Please view this file on the master branch, on stable branches it's out of date.
v 7.10.0 (unreleased)
+ - Allow HTML tags in Markdown input
v 7.9.0 (unreleased)
- Add HipChat integration documentation (Stan Hu)