Skip to content

Commit 273f094

Browse files
authored
Add Known Issues section to CHANGELOG (#68)
1 parent 4f84693 commit 273f094

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,9 @@
77
* Remove requirement of `sudo` for `iotedgehubdev start` and `iotedgehubdev modulecred` command
88
* Rename EdgeHub runtime to IoT Edge simulator
99
* Fix a issue which causes duplicate D2C messages
10+
11+
### Known Issues
12+
* [#67](https://github.com/Azure/iotedgehubdev/issues/67) Running Python and C modules which relies on SDK's support is not ready yet
13+
* [#62](https://github.com/Azure/iotedgehubdev/issues/62) Debugging C# modules may fail with Windows container due to incorrect timestamp
14+
* [#30](https://github.com/Azure/iotedgehubdev/issues/30) Debugging C# modules locally on macOS requires manually adding edge-device-ca.cert.pem to Keychain, and removing the EdgeModuleCACertificateFile environment variable
15+
* [#5](https://github.com/Azure/iotedgehubdev/issues/5) Python 3.7 is not supported yet because Python Docker SDK does not support Python 3.7

0 commit comments

Comments
 (0)