File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ In the case of release candidates (e.g. v8.0.0-rc1) the current
2323set of unreleased changes should be moved under that heading. Any
2424subsequent fixes to the release candidate would be placed under
2525'Unreleased', eventually moving into the next release candidate's
26- heading (e.g. v8.0.0-rc2) when created. Note thismeans the change log for
26+ heading (e.g. v8.0.0-rc2) when created. Note this means the change log for
2727subsequent release candidates (e.g. rc2) would only contain new changes
2828not included in previous release candidates (e.g. rc1). When the final
2929(non-release candidate) release is made (e.g. v8.0.0) the change log
@@ -45,6 +45,11 @@ _The following are changes which have been implemented in the VTR master branch
4545
4646### Removed
4747
48+ ## v8.0.0-rc2 - 2019-08-01
49+
50+ ### Changed
51+ * Support for non-contiguous track numbers in externally loaded RR graphs
52+ * Improved placer quality (reduced cost round-off)
4853
4954## v8.0.0-rc1 - 2019-06-13
5055
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ option(ODIN_DEBUG "Enable building oding with extra debug flags" OFF)
3535set (VTR_VERSION_MAJOR 8)
3636set (VTR_VERSION_MINOR 0)
3737set (VTR_VERSION_PATCH 0)
38- set (VTR_VERSION_PRERELEASE "rc1 " )
38+ set (VTR_VERSION_PRERELEASE "rc2 " )
3939
4040include (FilesToDirs)
4141
You can’t perform that action at this time.
0 commit comments