Summary
    Initializes a new instance of the 
		ReleaseNotes class.
    - Namespace
 - Cake
.Common  - Containing Type
 - ReleaseNotes
 
Syntax
public ReleaseNotes(Version version, IEnumerable<string> notes, string rawVersionLine)
	Parameters
| Name | Type | Description | 
|---|---|---|
| version | Version | The version. | 
| notes | IEnumerable | 
						The notes. | 
| rawVersionLine | string | The raw text of the version line. | 
Return Value
| Type | Description | 
|---|---|
| void | 
