Skip to content

Commit

Permalink
Add Known Issues section to CHANGELOG (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
LazarusX authored Aug 3, 2018
1 parent 4f84693 commit 273f094
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,9 @@
* Remove requirement of `sudo` for `iotedgehubdev start` and `iotedgehubdev modulecred` command
* Rename EdgeHub runtime to IoT Edge simulator
* Fix a issue which causes duplicate D2C messages

### Known Issues
* [#67](https://github.com/Azure/iotedgehubdev/issues/67) Running Python and C modules which relies on SDK's support is not ready yet
* [#62](https://github.com/Azure/iotedgehubdev/issues/62) Debugging C# modules may fail with Windows container due to incorrect timestamp
* [#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
* [#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 comments on commit 273f094

Please sign in to comment.