Skip to content

Commit

Permalink
Prepare for next patch release
Browse files Browse the repository at this point in the history
  • Loading branch information
sequoiap committed Aug 14, 2024
1 parent 52573da commit bd68183
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

Minor bug fixes.

### Added
- Note added to documentation informing users that port names must be valid
identifiers.

### Fixed
- Bug in loss of waveguide in ideal library was fixed.

### Changed
- Port names in sax are now required to be valid Python identifiers.
In practice, this means that spaces previously present in port names are now
replaced with underscores.

---

Expand Down

0 comments on commit bd68183

Please sign in to comment.