Skip to content

Commit b2a7b18

Browse files
committed
chore: Update CHANGELOG
1 parent 9fced5e commit b2a7b18

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## [3.2.1](https://github.com/appercept/Delphi-WebMocks/tree/3.2.1) (2024-04-18)
4+
5+
[Full Changelog](https://github.com/appercept/Delphi-WebMocks/compare/3.2.0...3.2.1)
6+
7+
**Fixed bugs:**
8+
9+
- Only the first WebMock.Assert in a test yields correct assertion result [\#58](https://github.com/appercept/Delphi-WebMocks/issues/58)
10+
- Setting content-length response header does not set response content length correctly [\#56](https://github.com/appercept/Delphi-WebMocks/issues/56)
11+
- WithQueryParam assertion is not correctly testing duplicates [\#54](https://github.com/appercept/Delphi-WebMocks/issues/54)
12+
- The History interface does not work as documented [\#53](https://github.com/appercept/Delphi-WebMocks/issues/53)
13+
14+
**Merged pull requests:**
15+
16+
- fix: Restore History interface [\#60](https://github.com/appercept/Delphi-WebMocks/pull/60) ([rhatherall](https://github.com/rhatherall))
17+
- fix: Allow multiple assertions [\#59](https://github.com/appercept/Delphi-WebMocks/pull/59) ([rhatherall](https://github.com/rhatherall))
18+
- fix: Allow setting Content-Length by header [\#57](https://github.com/appercept/Delphi-WebMocks/pull/57) ([rhatherall](https://github.com/rhatherall))
19+
- fix: Allow duplicate query parameter matching [\#55](https://github.com/appercept/Delphi-WebMocks/pull/55) ([rhatherall](https://github.com/rhatherall))
20+
321
## [3.2.0](https://github.com/appercept/Delphi-WebMocks/tree/3.2.0) (2022-06-20)
422

523
[Full Changelog](https://github.com/appercept/Delphi-WebMocks/compare/3.1.0...3.2.0)

0 commit comments

Comments
 (0)