Skip to content

Commit 8cd3cd5

Browse files
committed
Bump changelog for 1.2.1 release
1 parent 9283584 commit 8cd3cd5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
### Unreleased
22

3+
### v1.2.1 (2019-11-15)
4+
35
* Allow DeploymentConfig->map() to return values in standalone environment
46
This brings the `standalone` closer to the behaviour of other environments, except that it will
57
continue to return null if there is nothing mapped (where other environments will throw). `->read`
6-
continues to return null in standalone in every case.
8+
continues to return null in standalone in every case. Note that standalone will now return a value
9+
if there's one mapped for `any` (`*`) - which is a minor breaking change to the behaviour of the
10+
standalone environment.
711

812
### v1.2.0 (2019-11-12)
913

0 commit comments

Comments
 (0)