Skip to content

Commit 840c7d1

Browse files
committed
CHANGES.rst: add release notes for 1.1.5
1 parent 7c7be88 commit 840c7d1

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CHANGES.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22
Release Notes
33
=============
44

5+
.. _Release Notes_1.1.5:
6+
7+
1.1.5
8+
=====
9+
10+
.. _Release Notes_1.1.5_New Features:
11+
12+
New Features
13+
------------
14+
15+
- Add ``bake()`` method to ``HTTPServer`` for creating pre-configured
16+
request expectation proxies (``BakedHTTPServer``). This allows sharing
17+
common keyword arguments (e.g. ``method``, ``headers``) across multiple
18+
``expect_request()`` calls with last-wins merging semantics.
19+
`#470 <https://github.com/csernazs/pytest-httpserver/pull/470>`_
20+
Contributed by `@HayaoSuzuki <https://github.com/HayaoSuzuki>`_
21+
22+
523
.. _Release Notes_1.1.4:
624

725
1.1.4

0 commit comments

Comments
 (0)