File tree 2 files changed +7
-2
lines changed
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
23
23
set of unreleased changes should be moved under that heading. Any
24
24
subsequent fixes to the release candidate would be placed under
25
25
'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
27
27
subsequent release candidates (e.g. rc2) would only contain new changes
28
28
not included in previous release candidates (e.g. rc1). When the final
29
29
(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
45
45
46
46
### Removed
47
47
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)
48
53
49
54
## v8.0.0-rc1 - 2019-06-13
50
55
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)
35
35
set (VTR_VERSION_MAJOR 8)
36
36
set (VTR_VERSION_MINOR 0)
37
37
set (VTR_VERSION_PATCH 0)
38
- set (VTR_VERSION_PRERELEASE "rc1 " )
38
+ set (VTR_VERSION_PRERELEASE "rc2 " )
39
39
40
40
include (FilesToDirs)
41
41
You can’t perform that action at this time.
0 commit comments