diff --git a/CHANGELOG.md b/CHANGELOG.md index b6c45cd4..ab9ed787 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## Version 0.4.4 (2017-10-31) +- Support for LINQ queries ([#113][113], [@porges][porges]) + +## Version 0.4.4 (2017-10-31) + - Correct mixGamma oddness check ([#142][142], [@moodmosaic][moodmosaic]) ## Version 0.4.3 (2017-10-12) @@ -66,6 +70,8 @@ https://github.com/hedgehogqa/fsharp-hedgehog/pull/121 [119]: https://github.com/hedgehogqa/fsharp-hedgehog/pull/119 +[113]: + https://github.com/hedgehogqa/fsharp-hedgehog/pull/113 [109]: https://github.com/hedgehogqa/fsharp-hedgehog/pull/109 [105]: diff --git a/src/Hedgehog/AssemblyInfo.fs b/src/Hedgehog/AssemblyInfo.fs index 2f4c17e6..de4d823a 100644 --- a/src/Hedgehog/AssemblyInfo.fs +++ b/src/Hedgehog/AssemblyInfo.fs @@ -12,7 +12,7 @@ open System.Runtime.CompilerServices // The assembly version has the format {Major}.{Minor}.{Build} -[] +[] //[] //[]