-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WRQ-17933: Add changelog for QHD support #1608
Conversation
Enact-DCO-1.0-Signed-off-by: Jiye Kim (jiye.kim@lge.com)
CHANGELOG.md
Outdated
### Added | ||
|
||
- `QHD` (2560x1440) resolution | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please move Added to the line 7
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I moved "Added" to line 7 and changed sentence
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #1608 +/- ##
========================================
Coverage 81.51% 81.51%
========================================
Files 148 148
Lines 6631 6631
Branches 1957 1957
========================================
Hits 5405 5405
Misses 933 933
Partials 293 293 ☔ View full report in Codecov by Sentry. |
Enact-DCO-1.0-Signed-off-by: Jiye Kim (jiye.kim@lge.com)
@@ -4,6 +4,10 @@ The following is a curated list of changes in the Enact sandstone module, newest | |||
|
|||
## [unreleased] | |||
|
|||
### Added | |||
|
|||
- Support for QHD displays |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added sandstone/ThemeDecorator/screenTypes
value qhd
to support QHD displays
or
Added screenTypes
value qhd
to support QHD displays
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Never mind. Just go as it is.
Checklist
Issue Resolved / Feature Added
QHD is supported in sandstone by this ticket #1599
We need to add CHANGELOG for sandstone QHD support
Resolution
I added CHANGELOG for sandstone QHD support
Additional Considerations
Links
WRQ-17933
Comments
Enact-DCO-1.0-Signed-off-by: Jiye Kim (jiye.kim@lge.com)