We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52573da commit bd68183Copy full SHA for bd68183
CHANGELOG.md
@@ -9,8 +9,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
10
Minor bug fixes.
11
12
+### Added
13
+- Note added to documentation informing users that port names must be valid
14
+ identifiers.
15
+
16
### Fixed
17
- Bug in loss of waveguide in ideal library was fixed.
18
19
+### Changed
20
+- Port names in sax are now required to be valid Python identifiers.
21
+ In practice, this means that spaces previously present in port names are now
22
+ replaced with underscores.
23
24
---
25
0 commit comments