commit 9f3717d26d82ff848352066e3b0ad69d6787b9df
Author: Mauro Talevi <[email protected]>
AuthorDate: Thu Aug 16 10:34:14 2012 +0200
Commit: Mauro Talevi <[email protected]>
CommitDate: Thu Aug 16 10:34:14 2012 +0200
Updated release notes.
diff --git a/distribution/src/site/content/release-notes.html
b/distribution/src/site/content/release-notes.html
index fbcc483..5da7b48 100755
--- a/distribution/src/site/content/release-notes.html
+++ b/distribution/src/site/content/release-notes.html
@@ -5,6 +5,49 @@
</head>
<body>
+<h1>JBehave Core - Version 3.6.9 (Aug 16, 2012)</h1>
+
+<h2> Bug
+</h2>
+<ul>
+<li>[<a href='http://jira.codehaus.org/browse/JBEHAVE-799'>JBEHAVE-799</a>] -
Empty lines in an example table are processed as tests
+</li>
+<li>[<a href='http://jira.codehaus.org/browse/JBEHAVE-802'>JBEHAVE-802</a>] -
Some template-generated reports are invalid.
+</li>
+<li>[<a href='http://jira.codehaus.org/browse/JBEHAVE-803'>JBEHAVE-803</a>] -
XmlTemplateOuput is misspelled
+</li>
+<li>[<a href='http://jira.codehaus.org/browse/JBEHAVE-806'>JBEHAVE-806</a>] -
Stack traces not properly formatted on Windows
+</li>
+<li>[<a href='http://jira.codehaus.org/browse/JBEHAVE-807'>JBEHAVE-807</a>] -
odf unit test fails due to cr/lf issue on Windows
+</li>
+<li>[<a href='http://jira.codehaus.org/browse/JBEHAVE-812'>JBEHAVE-812</a>] -
OutcomesTable with date values makes an error in freemarker
+</li>
+<li>[<a href='http://jira.codehaus.org/browse/JBEHAVE-813'>JBEHAVE-813</a>] -
html template report contains encoded html tags
+</li>
+<li>[<a href='http://jira.codehaus.org/browse/JBEHAVE-814'>JBEHAVE-814</a>] -
Format.XML_TEMPLATE using Hamcrest matchers produces invalid xml tags
+</li>
+<li>[<a href='http://jira.codehaus.org/browse/JBEHAVE-815'>JBEHAVE-815</a>] -
template reports do not mark step parameter if it contains special chars
+</li>
+</ul>
+
+<h2> Improvement
+</h2>
+<ul>
+<li>[<a href='http://jira.codehaus.org/browse/JBEHAVE-804'>JBEHAVE-804</a>] -
Improved test in PrintStreamOutputBehaviour
+</li>
+<li>[<a href='http://jira.codehaus.org/browse/JBEHAVE-816'>JBEHAVE-816</a>] -
refactor methods narrateAnInterestingStory into one method
+</li>
+<li>[<a href='http://jira.codehaus.org/browse/JBEHAVE-819'>JBEHAVE-819</a>] -
mark cut off stacktraces with "..." at the end
+</li>
+</ul>
+
+<h2> Task
+</h2>
+<ul>
+<li>[<a href='http://jira.codehaus.org/browse/JBEHAVE-794'>JBEHAVE-794</a>] -
Update documentation of EBNF Grammar
+</li>
+</ul>
+
<h1>JBehave Core - Version 3.6.8 (Jul 5, 2012)</h1>
<h2> Bug