Skip to content

Commit d46c32a

Browse files
Update contributors names and count in changelogs
Corrected the names of several contributors in various changelogs for accuracy purpose and increased the number of contributors where new names were added. These corrections ensure an accurate representation of contributors in the documentation and improve the credibility of the project.
1 parent 68beddf commit d46c32a

File tree

15 files changed

+40
-34
lines changed

15 files changed

+40
-34
lines changed

docs/_changelog/details/v0.10.10.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
In the [v0.10.10](https://github.com/dotnet/BenchmarkDotNet/issues?q=milestone:v0.10.10) scope,
44
34 issues were resolved and 18 pull requests were merged.
5-
This release includes 95 commits by 11 contributors.
5+
This release includes 95 commits by 12 contributors.
66

77
## Resolved issues (34)
88

@@ -160,7 +160,7 @@ This release includes 95 commits by 11 contributors.
160160
* [6c1137](https://github.com/dotnet/BenchmarkDotNet/commit/6c113716e3b31e967342afb1ea4076626b007a39) Updated DotSettings (by [@AndreyAkinshin](https://github.com/AndreyAkinshin))
161161
* [3d0dfe](https://github.com/dotnet/BenchmarkDotNet/commit/3d0dfe4ae68b1dd9146870382ed359293389522f) Set library version: 0.10.10 (by [@AndreyAkinshin](https://github.com/AndreyAkinshin))
162162

163-
## Contributors (11)
163+
## Contributors (12)
164164

165165
* Adam Sitnik ([@adamsitnik](https://github.com/adamsitnik))
166166
* Andrey Akinshin ([@AndreyAkinshin](https://github.com/AndreyAkinshin))
@@ -170,6 +170,7 @@ This release includes 95 commits by 11 contributors.
170170
* Ian Johnson ([@ipjohnson](https://github.com/ipjohnson))
171171
* ig-sinicyn ([@ig-sinicyn](https://github.com/ig-sinicyn))
172172
* Igor Fesenko ([@Ky7m](https://github.com/Ky7m))
173+
* Jiri Cincura
173174
* Łukasz Pyrzyk ([@lukasz-pyrzyk](https://github.com/lukasz-pyrzyk))
174175
* Pent Ploompuu ([@pentp](https://github.com/pentp))
175176
* Rostislav Olshevsky ([@rolshevsky](https://github.com/rolshevsky))

docs/_changelog/details/v0.10.11.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,19 +38,19 @@ This release includes 18 commits by 8 contributors.
3838
* [962b6a](https://github.com/dotnet/BenchmarkDotNet/commit/962b6a708420c535ba0a8819af04b457ee2ff25a) Update DotSetttings (by [@AndreyAkinshin](https://github.com/AndreyAkinshin))
3939
* [717b62](https://github.com/dotnet/BenchmarkDotNet/commit/717b62b70a48ef20fdafb8792fe01cea63de1f78) BenchmarkDotNet.Horology cleanup (by [@AndreyAkinshin](https://github.com/AndreyAkinshin))
4040
* [d1720b](https://github.com/dotnet/BenchmarkDotNet/commit/d1720b77eccb0b9a686bdfdae166edc855711572) Upgrade version to 2.0.3 and explicitly specify fx version for .netcoreapp2.0 (by [@Ky7m](https://github.com/Ky7m))
41-
* [94d47a](https://github.com/dotnet/BenchmarkDotNet/commit/94d47a39f154368519523fe99f39c640ed654baa) Removed a xunit workaround because an issue has been fixed (by [@AlekseiKudelia](https://github.com/AlekseiKudelia))
41+
* [94d47a](https://github.com/dotnet/BenchmarkDotNet/commit/94d47a39f154368519523fe99f39c640ed654baa) Removed a xunit workaround because an issue has been fixed (by Aleksei Kudelia)
4242
* [15d723](https://github.com/dotnet/BenchmarkDotNet/commit/15d72388436c1060e87662b5f4519b9e7e071627) More details in GetOsVersion on macOS (by [@AndreyAkinshin](https://github.com/AndreyAkinshin))
4343
* [696f89](https://github.com/dotnet/BenchmarkDotNet/commit/696f89908e82118ecf9989c2484c23a6f52ba6b2) Add precision to Scaled Column (#590) (by [@Chrisgozd](https://github.com/Chrisgozd))
44-
* [e54924](https://github.com/dotnet/BenchmarkDotNet/commit/e54924b5a2c5080c3e5e0b528d0d46dd9ffef889) Fix typo in WithCustomBuildConfiguration API (by [@benjamin-hodgson](https://github.com/benjamin-hodgson))
44+
* [e54924](https://github.com/dotnet/BenchmarkDotNet/commit/e54924b5a2c5080c3e5e0b528d0d46dd9ffef889) Fix typo in WithCustomBuildConfiguration API (by Benjamin Hodgson)
4545
* [8de978](https://github.com/dotnet/BenchmarkDotNet/commit/8de978e67772ff3f1f4e47cabaa2c94ce198234c) Merge pull request #597 from benjamin-hodgson/patch-1 (by [@adamsitnik](https://github.com/adamsitnik))
4646
* [af1510](https://github.com/dotnet/BenchmarkDotNet/commit/af15109226821ffcd0774df364f6d7695c4a2fdb) Set library version: 0.10.11 (by [@AndreyAkinshin](https://github.com/AndreyAkinshin))
4747

4848
## Contributors (8)
4949

5050
* Adam Sitnik ([@adamsitnik](https://github.com/adamsitnik))
51-
* AlekseiKudelia ([@AlekseiKudelia](https://github.com/AlekseiKudelia))
51+
* Aleksei Kudelia
5252
* Andrey Akinshin ([@AndreyAkinshin](https://github.com/AndreyAkinshin))
53-
* Benjamin Hodgson ([@benjamin-hodgson](https://github.com/benjamin-hodgson))
53+
* Benjamin Hodgson
5454
* Christopher Gozdziewski ([@Chrisgozd](https://github.com/Chrisgozd))
5555
* Eric Erhardt ([@eerhardt](https://github.com/eerhardt))
5656
* Igor Fesenko ([@Ky7m](https://github.com/Ky7m))

docs/_changelog/details/v0.10.12.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ This release includes 42 commits by 9 contributors.
8686
* Andrey Akinshin ([@AndreyAkinshin](https://github.com/AndreyAkinshin))
8787
* Christopher Gozdziewski ([@Chrisgozd](https://github.com/Chrisgozd))
8888
* Erik O'Leary ([@onionhammer](https://github.com/onionhammer))
89-
* George Plotnikov ([@GeorgePlotnikov](https://github.com/GeorgePlotnikov))
89+
* Georgii Plotnikov ([@GeorgePlotnikov](https://github.com/GeorgePlotnikov))
9090
* Irina Ananeva ([@morgan-kn](https://github.com/morgan-kn))
9191
* Łukasz Pyrzyk ([@lukasz-pyrzyk](https://github.com/lukasz-pyrzyk))
9292
* Mikhail Filippov ([@mfilippov](https://github.com/mfilippov))

docs/_changelog/details/v0.10.13.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
In the [v0.10.13](https://github.com/dotnet/BenchmarkDotNet/issues?q=milestone:v0.10.13) scope,
44
15 issues were resolved and 9 pull requests were merged.
5-
This release includes 50 commits by 8 contributors.
5+
This release includes 50 commits by 9 contributors.
66

77
## Resolved issues (15)
88

@@ -87,14 +87,15 @@ This release includes 50 commits by 8 contributors.
8787
* [4443cd](https://github.com/dotnet/BenchmarkDotNet/commit/4443cdec188cceaacfa6b4a3bfd0a7adc40045f8) Update example in README (by [@AndreyAkinshin](https://github.com/AndreyAkinshin))
8888
* [de0b68](https://github.com/dotnet/BenchmarkDotNet/commit/de0b682ef1804d58cb8a29d7611e29bd882c405d) Set library version: 0.10.13 (by [@AndreyAkinshin](https://github.com/AndreyAkinshin))
8989

90-
## Contributors (8)
90+
## Contributors (9)
9191

9292
* Adam Sitnik ([@adamsitnik](https://github.com/adamsitnik))
9393
* Andrey Akinshin ([@AndreyAkinshin](https://github.com/AndreyAkinshin))
9494
* BonnieSoftware ([@BonnieSoftware](https://github.com/BonnieSoftware))
9595
* Eugene Sadovoi ([@ENikS](https://github.com/ENikS))
9696
* Igor Fesenko ([@Ky7m](https://github.com/Ky7m))
9797
* Irina Ananeva ([@morgan-kn](https://github.com/morgan-kn))
98+
* morgan_kn
9899
* Petr Onderka ([@svick](https://github.com/svick))
99100
* Scott Hutchinson ([@ScottHutchinson](https://github.com/ScottHutchinson))
100101

docs/_changelog/details/v0.10.2.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
In the [v0.10.2](https://github.com/dotnet/BenchmarkDotNet/issues?q=milestone:v0.10.2) scope,
44
10 issues were resolved and 3 pull requests were merged.
5-
This release includes 30 commits by 7 contributors.
5+
This release includes 30 commits by 8 contributors.
66

77
## Resolved issues (10)
88

@@ -56,12 +56,13 @@ This release includes 30 commits by 7 contributors.
5656
* [fbac75](https://github.com/dotnet/BenchmarkDotNet/commit/fbac752a4bd8a0090d3f25ddb8073d42224db797) Introduced Dummy actions (by [@AndreyAkinshin](https://github.com/AndreyAkinshin))
5757
* [484f53](https://github.com/dotnet/BenchmarkDotNet/commit/484f536ac30a96cdfc5a43ca84d9287450b8884c) Set library version: 0.10.2 (by [@AndreyAkinshin](https://github.com/AndreyAkinshin))
5858

59-
## Contributors (7)
59+
## Contributors (8)
6060

6161
* Adam Sitnik ([@adamsitnik](https://github.com/adamsitnik))
6262
* Alina Smirnova ([@alinasmirnova](https://github.com/alinasmirnova))
6363
* Andrey Akinshin ([@AndreyAkinshin](https://github.com/AndreyAkinshin))
6464
* ig-sinicyn ([@ig-sinicyn](https://github.com/ig-sinicyn))
65+
* Josef Ottosson
6566
* Łukasz Pyrzyk ([@lukasz-pyrzyk](https://github.com/lukasz-pyrzyk))
6667
* Marko Lahma ([@lahma](https://github.com/lahma))
6768
* Shay Rojansky ([@roji](https://github.com/roji))

docs/_changelog/details/v0.10.4.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
In the [v0.10.4](https://github.com/dotnet/BenchmarkDotNet/issues?q=milestone:v0.10.4) scope,
44
23 issues were resolved and 14 pull requests were merged.
5-
This release includes 103 commits by 8 contributors.
5+
This release includes 103 commits by 9 contributors.
66

77
## Resolved issues (23)
88

@@ -36,13 +36,13 @@ This release includes 103 commits by 8 contributors.
3636
* [#379](https://github.com/dotnet/BenchmarkDotNet/pull/379) Feature: in-process benchmarks (by [@ig-sinicyn](https://github.com/ig-sinicyn))
3737
* [#392](https://github.com/dotnet/BenchmarkDotNet/pull/392) Add an optional config to BenchmarkSwitcher. (by [@ILMTitan](https://github.com/ILMTitan))
3838
* [#396](https://github.com/dotnet/BenchmarkDotNet/pull/396) Allow users to pick, show and hide measurement units in the reports and exports. (by [@AmadeusW](https://github.com/AmadeusW))
39-
* [#400](https://github.com/dotnet/BenchmarkDotNet/pull/400) fix spelling error: misspredict => mispredict (by [@stevedesmond-ca](https://github.com/stevedesmond-ca))
39+
* [#400](https://github.com/dotnet/BenchmarkDotNet/pull/400) fix spelling error: misspredict => mispredict (by [@SteveDesmond-ca](https://github.com/SteveDesmond-ca))
4040
* [#405](https://github.com/dotnet/BenchmarkDotNet/pull/405) Make RoslynToolchain types public (by [@cdmihai](https://github.com/cdmihai))
4141
* [#407](https://github.com/dotnet/BenchmarkDotNet/pull/407) Propagate benchmark to hooks (by [@cdmihai](https://github.com/cdmihai))
4242
* [#408](https://github.com/dotnet/BenchmarkDotNet/pull/408) Small fixes before approval tests (by [@alinasmirnova](https://github.com/alinasmirnova))
4343
* [#409](https://github.com/dotnet/BenchmarkDotNet/pull/409) CSVHelper.Escape() method should check for actual separator value (by [@alinasmirnova](https://github.com/alinasmirnova))
4444
* [#416](https://github.com/dotnet/BenchmarkDotNet/pull/416) Exports file to temporary location if target is locked (by [@AmadeusW](https://github.com/AmadeusW))
45-
* [#421](https://github.com/dotnet/BenchmarkDotNet/pull/421) MarkdownExporter right-justifies numeric columns (by [@stevedesmond-ca](https://github.com/stevedesmond-ca))
45+
* [#421](https://github.com/dotnet/BenchmarkDotNet/pull/421) MarkdownExporter right-justifies numeric columns (by [@SteveDesmond-ca](https://github.com/SteveDesmond-ca))
4646
* [#423](https://github.com/dotnet/BenchmarkDotNet/pull/423) Updated Microsoft.Net.Test.Sdk (by [@alinasmirnova](https://github.com/alinasmirnova))
4747
* [#430](https://github.com/dotnet/BenchmarkDotNet/pull/430) Fix unix OS detection. (by [@mfilippov](https://github.com/mfilippov))
4848
* [#432](https://github.com/dotnet/BenchmarkDotNet/pull/432) Fix macOS detection (by [@mfilippov](https://github.com/mfilippov))
@@ -75,7 +75,7 @@ This release includes 103 commits by 8 contributors.
7575
* [faba77](https://github.com/dotnet/BenchmarkDotNet/commit/faba771f36ccc272c49bd7194df3a94e98bcd156) Update README.md (by [@AndreyAkinshin](https://github.com/AndreyAkinshin))
7676
* [6dce74](https://github.com/dotnet/BenchmarkDotNet/commit/6dce74bc6c38aeca6e36f91f20d2604dfda965ec) Update logo in README.md (by [@AndreyAkinshin](https://github.com/AndreyAkinshin))
7777
* [7a750f](https://github.com/dotnet/BenchmarkDotNet/commit/7a750f78efac73bbfc75a394c6aff6def573cdfa) Another fix in README.md (by [@AndreyAkinshin](https://github.com/AndreyAkinshin))
78-
* [1caa0d](https://github.com/dotnet/BenchmarkDotNet/commit/1caa0dc83a195c9d04941d18af5692da5903d4d5) fix spelling error: misspredict => mispredict (by [@stevedesmond-ca](https://github.com/stevedesmond-ca))
78+
* [1caa0d](https://github.com/dotnet/BenchmarkDotNet/commit/1caa0dc83a195c9d04941d18af5692da5903d4d5) fix spelling error: misspredict => mispredict (by [@SteveDesmond-ca](https://github.com/SteveDesmond-ca))
7979
* [742912](https://github.com/dotnet/BenchmarkDotNet/commit/742912b477678dd0e2dad295bd3d1b5ae10c4cc6) use Array.Empty and Task.Completed (after upgrading to .NET 4.6) (by [@adamsitnik](https://github.com/adamsitnik))
8080
* [0dafac](https://github.com/dotnet/BenchmarkDotNet/commit/0dafac43cb2553f075592128a54fa1cdbd0cf8ba) there is no need to set up <RuntimeIdentifier> with latest VS, fixes #393 (by [@adamsitnik](https://github.com/adamsitnik))
8181
* [f5d88e](https://github.com/dotnet/BenchmarkDotNet/commit/f5d88e2a66eb4ac436b1737212c726be47ab7613) Catch exceptions in BenchmarkDotNet.Running.BenchmarkRunnerCore.Run (by [@AndreyAkinshin](https://github.com/AndreyAkinshin))
@@ -120,7 +120,7 @@ This release includes 103 commits by 8 contributors.
120120
* [e7ad36](https://github.com/dotnet/BenchmarkDotNet/commit/e7ad369f2d905f4058190abc0bf5bac880cec6fe) don't log false alarms, fixes #419 (by [@adamsitnik](https://github.com/adamsitnik))
121121
* [803081](https://github.com/dotnet/BenchmarkDotNet/commit/80308113a4c1668ebb2bb16c10b6e16cd35def1e) Allow users to pick, show and hide measurement units in the reports and expor... (by [@AmadeusW](https://github.com/AmadeusW))
122122
* [fa3128](https://github.com/dotnet/BenchmarkDotNet/commit/fa312804267eb3b9b26e2efe64c1d44c608fba12) Exports file to temporary location if target is locked (#416) (by [@AmadeusW](https://github.com/AmadeusW))
123-
* [c923ba](https://github.com/dotnet/BenchmarkDotNet/commit/c923ba82fbd5ce8976252e2dacb460fedb0cbee4) MarkdownExporter right-justifies numeric columns (#421) (by [@stevedesmond-ca](https://github.com/stevedesmond-ca))
123+
* [c923ba](https://github.com/dotnet/BenchmarkDotNet/commit/c923ba82fbd5ce8976252e2dacb460fedb0cbee4) MarkdownExporter right-justifies numeric columns (#421) (by [@SteveDesmond-ca](https://github.com/SteveDesmond-ca))
124124
* [aa290d](https://github.com/dotnet/BenchmarkDotNet/commit/aa290d92b45e3f3eacab82a742d462d2208bae6d) Add column legends (by [@AndreyAkinshin](https://github.com/AndreyAkinshin))
125125
* [8d8db5](https://github.com/dotnet/BenchmarkDotNet/commit/8d8db56a5ee9004fdd3ecc2faab28e10b67cb22f) Handle case when there are no columns with legends (by [@AndreyAkinshin](https://github.com/AndreyAkinshin))
126126
* [dc201c](https://github.com/dotnet/BenchmarkDotNet/commit/dc201c7bee40b564358ff818a9ce4f24e60649dc) Add empty line before legends (by [@AndreyAkinshin](https://github.com/AndreyAkinshin))
@@ -153,16 +153,17 @@ This release includes 103 commits by 8 contributors.
153153
* [7f3d06](https://github.com/dotnet/BenchmarkDotNet/commit/7f3d061df634e1701e7be1a846d68353c3a0fd88) Always use PlatformAbstractions in RuntimeInformation.GetOsVersion() (by [@AndreyAkinshin](https://github.com/AndreyAkinshin))
154154
* [46d34f](https://github.com/dotnet/BenchmarkDotNet/commit/46d34f6d1d0cf37c7db8e3d9c50350153e5f080f) Set library version: 0.10.4 (by [@AndreyAkinshin](https://github.com/AndreyAkinshin))
155155

156-
## Contributors (8)
156+
## Contributors (9)
157157

158158
* Adam Sitnik ([@adamsitnik](https://github.com/adamsitnik))
159159
* Alina Smirnova ([@alinasmirnova](https://github.com/alinasmirnova))
160160
* Amadeusz Wieczorek ([@AmadeusW](https://github.com/AmadeusW))
161161
* Andrey Akinshin ([@AndreyAkinshin](https://github.com/AndreyAkinshin))
162162
* ig-sinicyn ([@ig-sinicyn](https://github.com/ig-sinicyn))
163+
* ILMTitan
163164
* Mihai Codoban ([@cdmihai](https://github.com/cdmihai))
164165
* Mikhail Filippov ([@mfilippov](https://github.com/mfilippov))
165-
* Steve Desmond ([@stevedesmond-ca](https://github.com/stevedesmond-ca))
166+
* Steve Desmond ([@SteveDesmond-ca](https://github.com/SteveDesmond-ca))
166167

167168
Thank you very much!
168169

docs/_changelog/details/v0.11.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ This release includes 214 commits by 11 contributors.
338338
* Paul Ness ([@paulness](https://github.com/paulness))
339339
* Stefan ([@Tornhoof](https://github.com/Tornhoof))
340340
* Tony Morris ([@afmorris](https://github.com/afmorris))
341-
* Tristan (HouseCat) Hyams ([@houseofcat](https://github.com/houseofcat))
341+
* Tristan Hyams ([@houseofcat](https://github.com/houseofcat))
342342

343343
Thank you very much!
344344

docs/_changelog/details/v0.11.2.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ This release includes 84 commits by 20 contributors.
4141
* [#878](https://github.com/dotnet/BenchmarkDotNet/pull/878) EtwProfiler Diagnoser (by [@adamsitnik](https://github.com/adamsitnik))
4242
* [#886](https://github.com/dotnet/BenchmarkDotNet/pull/886) Enabled GcModeTests.CanEnableServerGcMode (by [@dlemstra](https://github.com/dlemstra))
4343
* [#887](https://github.com/dotnet/BenchmarkDotNet/pull/887) Dependencies update (by [@adamsitnik](https://github.com/adamsitnik))
44-
* [#888](https://github.com/dotnet/BenchmarkDotNet/pull/888) Fix duplicate example in RunStrategy guide (by [@stevedesmond-ca](https://github.com/stevedesmond-ca))
44+
* [#888](https://github.com/dotnet/BenchmarkDotNet/pull/888) Fix duplicate example in RunStrategy guide (by [@SteveDesmond-ca](https://github.com/SteveDesmond-ca))
4545
* [#890](https://github.com/dotnet/BenchmarkDotNet/pull/890) RPlotExporter: use https to download dependencies (by [@xavero](https://github.com/xavero))
4646
* [#892](https://github.com/dotnet/BenchmarkDotNet/pull/892) Added support for async GlobalSetup. (by [@dlemstra](https://github.com/dlemstra))
4747
* [#894](https://github.com/dotnet/BenchmarkDotNet/pull/894) Fix GlobalCleanupAttributeTest.GlobalCleanupMethodRunsTest (by [@dlemstra](https://github.com/dlemstra))
@@ -91,7 +91,7 @@ This release includes 84 commits by 20 contributors.
9191
* [05cc8d](https://github.com/dotnet/BenchmarkDotNet/commit/05cc8d15ef88e382bbb1827d766d7275c3e42abd) Statistical testing improvements (by [@AndreyAkinshin](https://github.com/AndreyAkinshin))
9292
* [557752](https://github.com/dotnet/BenchmarkDotNet/commit/5577524567fc498958c3aadc2cff137bcaaab2d2) Fix compilation (by [@AndreyAkinshin](https://github.com/AndreyAkinshin))
9393
* [a03307](https://github.com/dotnet/BenchmarkDotNet/commit/a033075a6af65276c56ad7948fef40d233088080) Enabled GcModeTests.CanEnableServerGcMode (#886) fixes #221 (by [@dlemstra](https://github.com/dlemstra))
94-
* [add585](https://github.com/dotnet/BenchmarkDotNet/commit/add585f48e7b9c5a0dec29c451df6c629eca0ab6) Fix duplicate example in RunStrategy guide (#888) (by [@stevedesmond-ca](https://github.com/stevedesmond-ca))
94+
* [add585](https://github.com/dotnet/BenchmarkDotNet/commit/add585f48e7b9c5a0dec29c451df6c629eca0ab6) Fix duplicate example in RunStrategy guide (#888) (by [@SteveDesmond-ca](https://github.com/SteveDesmond-ca))
9595
* [d8b008](https://github.com/dotnet/BenchmarkDotNet/commit/d8b0084ac8e05482edc0a2d84b91a5d1a90c031d) Use NoInlining for CommonExporterApprovalTests (by [@AndreyAkinshin](https://github.com/AndreyAkinshin))
9696
* [eacfd7](https://github.com/dotnet/BenchmarkDotNet/commit/eacfd7769e53b540f2870981598f93d5eb18f00f) Dependencies update (#887) (by [@adamsitnik](https://github.com/adamsitnik))
9797
* [579986](https://github.com/dotnet/BenchmarkDotNet/commit/579986274b17d7a8e27a4d150406ffe7edda310b) improve the docs, explain how to use ArgumentsSource for single arugment, fix... (by [@adamsitnik](https://github.com/adamsitnik))
@@ -168,7 +168,7 @@ This release includes 84 commits by 20 contributors.
168168
* Dirk Lemstra ([@dlemstra](https://github.com/dlemstra))
169169
* Evgeniy Andreev ([@gsomix](https://github.com/gsomix))
170170
* Facundo Farias ([@facundofarias](https://github.com/facundofarias))
171-
* Flavio Xavero ([@xavero](https://github.com/xavero))
171+
* Flavio Coelho ([@xavero](https://github.com/xavero))
172172
* Fredrik Eilertsen ([@fredeil](https://github.com/fredeil))
173173
* Igor Fesenko ([@Ky7m](https://github.com/Ky7m))
174174
* KonH ([@KonH](https://github.com/KonH))
@@ -177,7 +177,7 @@ This release includes 84 commits by 20 contributors.
177177
* Mikhail Filippov ([@mfilippov](https://github.com/mfilippov))
178178
* Nick Kirby ([@NRKirby](https://github.com/NRKirby))
179179
* Shannon Deminick ([@Shazwazza](https://github.com/Shazwazza))
180-
* Steve Desmond ([@stevedesmond-ca](https://github.com/stevedesmond-ca))
180+
* Steve Desmond ([@SteveDesmond-ca](https://github.com/SteveDesmond-ca))
181181
* Wojciech Nagórski ([@WojciechNagorski](https://github.com/WojciechNagorski))
182182
* Yoh Deadfall ([@YohDeadfall](https://github.com/YohDeadfall))
183183

docs/_changelog/details/v0.11.3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ This release includes 26 commits by 6 contributors.
6262
## Contributors (6)
6363

6464
* Adam Sitnik ([@adamsitnik](https://github.com/adamsitnik))
65-
* Ahmed Aderopo Alejo ([@ahmedalejo](https://github.com/ahmedalejo))
65+
* Ahmed Alejo ([@ahmedalejo](https://github.com/ahmedalejo))
6666
* Andrey Akinshin ([@AndreyAkinshin](https://github.com/AndreyAkinshin))
6767
* David Maas ([@PathogenDavid](https://github.com/PathogenDavid))
6868
* Irina Ananeva ([@morgan-kn](https://github.com/morgan-kn))

docs/_changelog/details/v0.11.4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ This release includes 99 commits by 18 contributors.
213213
* Mark Tkachenko ([@Rizzen](https://github.com/Rizzen))
214214
* Michal Strehovský ([@MichalStrehovsky](https://github.com/MichalStrehovsky))
215215
* Tymur Lysenko ([@Sitiritis](https://github.com/Sitiritis))
216-
* Viktor Pti ([@qbit86](https://github.com/qbit86))
216+
* Viktor Ptitselov ([@qbit86](https://github.com/qbit86))
217217
* Wojciech Nagórski ([@WojciechNagorski](https://github.com/WojciechNagorski))
218218

219219
Thank you very much!

0 commit comments

Comments
 (0)