|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## [v4.20.71](https://github.com/devlooped/moq/tree/v4.20.71) (2024-09-03) |
| 4 | + |
| 5 | +[Full Changelog](https://github.com/devlooped/moq/compare/v4.20.70...v4.20.71) |
| 6 | + |
| 7 | +:bug: Fixed bugs: |
| 8 | + |
| 9 | +- \(To delete\) [\#1497](https://github.com/devlooped/moq/issues/1497) |
| 10 | +- Documentation link gives 404 [\#1495](https://github.com/devlooped/moq/issues/1495) |
| 11 | +- mock.Protected\(\).Verify\(\) does not work correctly [\#1493](https://github.com/devlooped/moq/issues/1493) |
| 12 | +- Documentation link is broken [\#1487](https://github.com/devlooped/moq/issues/1487) |
| 13 | +- Moq library throwing TypeIniatilizationException. [\#1459](https://github.com/devlooped/moq/issues/1459) |
| 14 | + |
| 15 | +:hammer: Other: |
| 16 | + |
| 17 | +- Documentation Unavailable Online [\#1473](https://github.com/devlooped/moq/issues/1473) |
| 18 | +- Supporting .NET8 [\#1462](https://github.com/devlooped/moq/issues/1462) |
| 19 | +- Some source code files is filled with comments like: "Unmerged change from project " [\#1451](https://github.com/devlooped/moq/issues/1451) |
| 20 | +- Question: would it make sense to call verify all on a strict mock when the mock gets disposed? [\#1440](https://github.com/devlooped/moq/issues/1440) |
| 21 | +- SponsorLink Integration Makes Moq Unuasable due to PII and GDPR Requirements [\#1433](https://github.com/devlooped/moq/issues/1433) |
| 22 | +- Default value ILookup\<\> in loose mode is `null` [\#1391](https://github.com/devlooped/moq/issues/1391) |
| 23 | +- Verifying a protected method when the exact parameter types are not statically known [\#1339](https://github.com/devlooped/moq/issues/1339) |
| 24 | + |
| 25 | +:twisted_rightwards_arrows: Merged: |
| 26 | + |
| 27 | +- Remove spurious unmerged change comment from dotnet format [\#1499](https://github.com/devlooped/moq/pull/1499) (@kzu) |
| 28 | +- Fix semantic error in MatchersFixture.cs test [\#1496](https://github.com/devlooped/moq/pull/1496) (@go-hoon) |
| 29 | +- Update License.txt to use SPDX identifier for automatic recognition [\#1471](https://github.com/devlooped/moq/pull/1471) (@georg-eckert-zeiss) |
| 30 | +- Additional Verify overload [\#1463](https://github.com/devlooped/moq/pull/1463) (@bkijonka) |
| 31 | + |
3 | 32 | ## [v4.20.70](https://github.com/devlooped/moq/tree/v4.20.70) (2023-11-28)
|
4 | 33 |
|
5 | 34 | [Full Changelog](https://github.com/devlooped/moq/compare/v4.20.69...v4.20.70)
|
|
0 commit comments