We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e50089 commit c792b48Copy full SHA for c792b48
changelog/fragments/10-mark-unsafe.yaml
@@ -0,0 +1,25 @@
1
+# entries is a list of entries to include in
2
+# release notes and/or the migration guide
3
+entries:
4
+ - description: >
5
+ markUnsafe now correctly marks as unsafe the spec extra variable.
6
+
7
+ # kind is one of:
8
+ # - addition
9
+ # - change
10
+ # - deprecation
11
+ # - removal
12
+ # - bugfix
13
+ kind: "bugfix"
14
15
+ # Is this a breaking change?
16
+ breaking: false
17
18
+ # NOTE: ONLY USE `pull_request_override` WHEN ADDING THIS
19
+ # FILE FOR A PREVIOUSLY MERGED PULL_REQUEST!
20
+ #
21
+ # The generator auto-detects the PR number from the commit
22
+ # message in which this file was originally added.
23
24
+ # What is the pull request number (without the "#")?
25
+ # pull_request_override: 0
0 commit comments