Skip to content

Commit a5406fe

Browse files
authored
Add fix for sigterm error on windows to changelog (#156)
* Add fix for sigterm error on windows to changelog * Remove newline
1 parent af9496f commit a5406fe

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

functions_framework/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
- `RequestContext`
88
- Added `request` property to access original request.
99
- Deprecated `headers` and `headersAll` - use `request` instead.
10+
- Fix exception on Windows due to SIGTERM handler ([PR #153]).
1011

1112
## 0.3.0
1213

@@ -50,3 +51,7 @@
5051
This is a preview release of the Functions Framework for Dart to demonstrate
5152
http functions support only (cloudevent support is not yet implemented). This
5253
is a work in progress and currently does not pass conformance testing.
54+
55+
<!-- Reference links -->
56+
[pr #153]:
57+
https://github.com/GoogleCloudPlatform/functions-framework-dart/issues/151

0 commit comments

Comments
 (0)