Skip to content
Snippets Groups Projects
changes.xml 991 B
Newer Older
<document xmlns="http://maven.apache.org/changes/1.0.0"
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 http://maven.apache.org/xsd/changes-1.0.0.xsd">
	<properties>
		<title>Release notes</title>
	</properties>
	<body>
		<release version="Snapshot" date="Daily basis"
			description="Unstable preview of oncoming versions">
			<action dev="ntd" type="add" issue="32">
				Introduced a generic exception handling for stages.
			<action dev="ntd" type="update" issue="92">
				Introduced new method (returns void) in Analysis, which starts the execution of the analysis.
				Marked old method as deprecated.
			</action>
		<release version="1.0" date="19.12.2014" description="Initial release">
			<action dev="ntd" type="add" issue="66">
				Created a new site to
				promote TeeTime.
			</action>
			<action type="add">
				Initial release of TeeTime
			</action>
		</release>
	</body>
</document>