Skip to content

Commit

Permalink
Merge pull request #329 from byuccl/v1.1.0
Browse files Browse the repository at this point in the history
V1.1.0 Release
  • Loading branch information
DallonTG authored Jan 10, 2018
2 parents 3f8bbc0 + 6e9e3d2 commit e730554
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## Release v1.1.0

### Minor Changes:
* Updated Site::setType to check the allowed site types and throw an error if the types don't match. Also added Site::setTypeUnchecked to forgo the check and avoid potential slowdown. (#321)
* Removed BelPin::getSitePins methods. (#260, #319)

### Patches / Bug Fixes:
* After merging static nets in the edif import process, macro pins now point to the corresponding global VCC or global GND net. (#317, #320)
* Fixed Github project language stats to report RapidSmith2 as a Java-based project. (#324)

## Release v1.0.0

This is the first GA (General Availability) release of RapidSmith2 and the API can now be considered stable.
Expand Down

0 comments on commit e730554

Please sign in to comment.