Skip to content

Commit 69a8e95

Browse files
committed
Update changelog and version number
1 parent 663ae94 commit 69a8e95

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ In the case of release candidates (e.g. v8.0.0-rc1) the current
2323
set of unreleased changes should be moved under that heading. Any
2424
subsequent 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
2727
subsequent release candidates (e.g. rc2) would only contain new changes
2828
not 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

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ option(ODIN_DEBUG "Enable building oding with extra debug flags" OFF)
3535
set(VTR_VERSION_MAJOR 8)
3636
set(VTR_VERSION_MINOR 0)
3737
set(VTR_VERSION_PATCH 0)
38-
set(VTR_VERSION_PRERELEASE "rc1")
38+
set(VTR_VERSION_PRERELEASE "rc2")
3939

4040
include(FilesToDirs)
4141

0 commit comments

Comments
 (0)