commit ba59ba96fb1ed9d2bd4150a19dd484195be21242
Author: Mauro Talevi <[email protected]>
AuthorDate: Sat, 12 Apr 2014 21:28:55 +0200
Commit: Mauro Talevi <[email protected]>
CommitDate: Sat, 12 Apr 2014 21:28:55 +0200
Updated release notes.
diff --git a/distribution/src/site/content/release-notes.html
b/distribution/src/site/content/release-notes.html
index 7d4cdf3..d379f47 100755
--- a/distribution/src/site/content/release-notes.html
+++ b/distribution/src/site/content/release-notes.html
@@ -5,6 +5,37 @@
</head>
<body>
+<h1>JBehave Core - Version 3.9.2 (Apr 12, 2014)</h1>
+
+<h2> Bug
+</h2>
+<ul>
+<li>[<a href='http://jira.codehaus.org/browse/JBEHAVE-1005'>JBEHAVE-1005</a>]
- Underscores in step parameters unsupported since JBehave 3.9
+</li>
+<li>[<a href='http://jira.codehaus.org/browse/JBEHAVE-1007'>JBEHAVE-1007</a>]
- Before/after scenario steps and lifecycle steps are executed in wrong
order
+</li>
+</ul>
+
+<h2> Improvement
+</h2>
+<ul>
+<li>[<a href='http://jira.codehaus.org/browse/JBEHAVE-1008'>JBEHAVE-1008</a>]
- Add ScenarioType.ANY to allow @Before/AfterScenario to run
before/after any scenario
+</li>
+<li>[<a href='http://jira.codehaus.org/browse/JBEHAVE-1009'>JBEHAVE-1009</a>]
- Ensure lazy initialisation in
ConfigurableEmbedder.configuredEmbedder()
+</li>
+<li>[<a href='http://jira.codehaus.org/browse/JBEHAVE-1010'>JBEHAVE-1010</a>]
- Add formatting table transformer
+</li>
+<li>[<a href='http://jira.codehaus.org/browse/JBEHAVE-1011'>JBEHAVE-1011</a>]
- Add replacing table transformer
+</li>
+</ul>
+
+<h2> Task
+</h2>
+<ul>
+<li>[<a href='http://jira.codehaus.org/browse/JBEHAVE-1001'>JBEHAVE-1001</a>]
- Support Maven 3.1+ in building JBehave Core
+</li>
+</ul>
+
<h1>JBehave Core - Version 3.9.1 (Mar 1, 2014)</h1>
<h2> Bug