commit eca651e0fe38ec3328311aa3d6d852eee48fbc1a
Author: Mauro Talevi <[email protected]>
AuthorDate: Thu Jul 5 11:12:04 2012 +0200
Commit: Mauro Talevi <[email protected]>
CommitDate: Thu Jul 5 11:38:13 2012 +0200
Updated release notes.
diff --git a/distribution/src/site/content/release-notes.html
b/distribution/src/site/content/release-notes.html
index 481442d..fbcc483 100755
--- a/distribution/src/site/content/release-notes.html
+++ b/distribution/src/site/content/release-notes.html
@@ -5,6 +5,24 @@
</head>
<body>
+<h1>JBehave Core - Version 3.6.8 (Jul 5, 2012)</h1>
+
+<h2> Bug
+</h2>
+<ul>
+<li>[<a href='https://jira.codehaus.org/browse/JBEHAVE-784'>JBEHAVE-784</a>] -
Parser skips lines from story, if keyword is separated from text
without space char.
+</li>
+<li>[<a href='https://jira.codehaus.org/browse/JBEHAVE-788'>JBEHAVE-788</a>] -
Parsing recursive composite steps fail if the composite steps don't
use any parameters
+</li>
+</ul>
+
+<h2> Improvement
+</h2>
+<ul>
+<li>[<a href='https://jira.codehaus.org/browse/JBEHAVE-792'>JBEHAVE-792</a>] -
Allow GivenStories to be specified at story level
+</li>
+</ul>
+
<h1>JBehave Core - Version 3.6.7 (Jun 2, 2012)</h1>
<h2> Improvement