This is part of the Fake.Core.ReleaseNotes module.
Union Case | Description |
Added(ChangeText)
Signature: ChangeText
|
for new features
|
Changed(ChangeText)
Signature: ChangeText
|
for changes in existing functionality
|
Custom(string,ChangeText)
Signature: string * ChangeText
|
Custom entry (Header, Description)
|
Deprecated(ChangeText)
Signature: ChangeText
|
for once-stable features removed in upcoming releases
|
Fixed(ChangeText)
Signature: ChangeText
|
for any bug fixes
|
Removed(ChangeText)
Signature: ChangeText
|
for deprecated features removed in this release
|
Security(ChangeText)
Signature: ChangeText
|
to invite users to upgrade in case of vulnerabilities
|
Static member | Description |
Change.New(header, line)
Signature: (header:string * line:string) -> Change
|
|