Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit 5630a27

Browse files
committed
docs: note that default types only availalbe since 1.1.0
1 parent 496bad2 commit 5630a27

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/book/default-types.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Default Types
22

3+
- **Since 1.1.0.**
4+
35
When you raise your own exceptions implementing `Zend\ProblemDetails\Exception\ProblemDetailsExceptionInterface`
46
you will always be in control of all the properties returned as part of the
57
response payload, including the `status`, `type`, `title`, `detail`, etc.

docs/book/response.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ This package also provides a factory for generating the
150150
containing a `default_types_map` key, and that value is an array, that
151151
value is provided as the `$defaultTypesMap` parameter; see the
152152
[default types documentation](default-types.md) for details on defining
153-
this map.
153+
this map. (Since 1.1.0.)
154154

155155
If any of the above config values are not present, a `null` value will be
156156
passed, allowing the default value to be used.

0 commit comments

Comments
 (0)