You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/_changelog/details/v0.10.13.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,18 +83,18 @@ This release includes 50 commits by 8 contributors.
83
83
*[fe52e3](https://github.com/dotnet/BenchmarkDotNet/commit/fe52e37b0ee5dcc2d28ee6bb2b8a9b0896c16752) Merge pull request #663 from svick/faq-formatting (by [@adamsitnik](https://github.com/adamsitnik))
84
84
*[7792cb](https://github.com/dotnet/BenchmarkDotNet/commit/7792cb98c7d8b249233523887e6b323fb7f99a2b) Example in F#: with corrected code formatting (by [@ScottHutchinson](https://github.com/ScottHutchinson))
85
85
*[e6b225](https://github.com/dotnet/BenchmarkDotNet/commit/e6b225615b6d3469434125bfbc75273ab41387c0) Merge pull request #666 from ScottHutchinson/patch-2 (by [@AndreyAkinshin](https://github.com/AndreyAkinshin))
86
-
*[f90207](https://github.com/dotnet/BenchmarkDotNet/commit/f902072d81637061e956f5694aa2b6d61cd6860e) Allow restore and build command override (#670) (by [@Matthew-Bonner](https://github.com/Matthew-Bonner))
86
+
*[f90207](https://github.com/dotnet/BenchmarkDotNet/commit/f902072d81637061e956f5694aa2b6d61cd6860e) Allow restore and build command override (#670) (by [@BonnieSoftware](https://github.com/BonnieSoftware))
87
87
*[4443cd](https://github.com/dotnet/BenchmarkDotNet/commit/4443cdec188cceaacfa6b4a3bfd0a7adc40045f8) Update example in README (by [@AndreyAkinshin](https://github.com/AndreyAkinshin))
88
88
*[de0b68](https://github.com/dotnet/BenchmarkDotNet/commit/de0b682ef1804d58cb8a29d7611e29bd882c405d) Set library version: 0.10.13 (by [@AndreyAkinshin](https://github.com/AndreyAkinshin))
89
89
90
90
## Contributors (8)
91
91
92
92
* Adam Sitnik ([@adamsitnik](https://github.com/adamsitnik))
*[#824](https://github.com/dotnet/BenchmarkDotNet/pull/824) Use 3rd party lib for console args parsing + support globs for filtering (by [@adamsitnik](https://github.com/adamsitnik))
109
-
*[#830](https://github.com/dotnet/BenchmarkDotNet/pull/830) Read StandardOutput in a smart way to avoid infinite loops (by [@thyams](https://github.com/thyams))
109
+
*[#830](https://github.com/dotnet/BenchmarkDotNet/pull/830) Read StandardOutput in a smart way to avoid infinite loops (by [@houseofcat](https://github.com/houseofcat))
@@ -307,7 +307,7 @@ This release includes 214 commits by 11 contributors.
307
307
*[a7426e](https://github.com/dotnet/BenchmarkDotNet/commit/a7426e84fde075503f489fdf096a95f694f77b85) LLVM support in MonoDisassembler (by [@AndreyAkinshin](https://github.com/AndreyAkinshin))
*[cdbb37](https://github.com/dotnet/BenchmarkDotNet/commit/cdbb3735dbcde445224017266e1fcb041810131c) allow to filter benchmarks by simple type name, fixes #827 (by [@adamsitnik](https://github.com/adamsitnik))
310
-
*[eac833](https://github.com/dotnet/BenchmarkDotNet/commit/eac83367ebf1821a34f14e8477551719905a38fa) Read StandardOutput in a smart way to avoid infinite loops (#830), #828 (by [@thyams](https://github.com/thyams))
310
+
*[eac833](https://github.com/dotnet/BenchmarkDotNet/commit/eac83367ebf1821a34f14e8477551719905a38fa) Read StandardOutput in a smart way to avoid infinite loops (#830), #828 (by [@houseofcat](https://github.com/houseofcat))
311
311
*[a298c2](https://github.com/dotnet/BenchmarkDotNet/commit/a298c2ea0e7602e0312b4cbd2eff43f7f8d1e45b) Error message for wrong command line filter, fixes #829 (by [@adamsitnik](https://github.com/adamsitnik))
*[36bf7c](https://github.com/dotnet/BenchmarkDotNet/commit/36bf7c4ee053134d0bfeaf5d757c12afa332f1c2) Rename: General -> Actual (#787) (by [@AndreyAkinshin](https://github.com/AndreyAkinshin))
@@ -332,13 +332,13 @@ This release includes 214 commits by 11 contributors.
Copy file name to clipboardExpand all lines: docs/_changelog/details/v0.11.1.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,18 @@
1
1
## Milestone details
2
2
3
3
In the [v0.11.1](https://github.com/dotnet/BenchmarkDotNet/issues?q=milestone:v0.11.1) scope,
4
-
6 issues were resolved and 2 pull requests where merged.
4
+
7 issues were resolved and 2 pull requests where merged.
5
5
This release includes 29 commits by 4 contributors.
6
6
7
-
## Resolved issues (6)
7
+
## Resolved issues (7)
8
8
9
9
*[#840](https://github.com/dotnet/BenchmarkDotNet/issues/840) ArgumentsSource doesn't work with System.RuntimeType (assignee: [@AndreyAkinshin](https://github.com/AndreyAkinshin))
*[#851](https://github.com/dotnet/BenchmarkDotNet/issues/851) Handle double special values like NaN etc (assignee: [@adamsitnik](https://github.com/adamsitnik))
*[#857](https://github.com/dotnet/BenchmarkDotNet/issues/857) Improve user experience for working with local CoreFX builds (assignee: [@adamsitnik](https://github.com/adamsitnik))
15
16
16
17
## Merged pull requests (2)
17
18
@@ -55,7 +56,7 @@ This release includes 29 commits by 4 contributors.
55
56
* Adam Sitnik ([@adamsitnik](https://github.com/adamsitnik))
0 commit comments