Fix changelog.md generation
Summary: Currently Flipper shows empty Changelog with only "pre-history" entry. This is because of path in generation script is wrong now. Flipper shows Changelog.md from desktop/static, so generated entries should be added there rather than to Changelog.md in the root. Reviewed By: passy Differential Revision: D21016884 fbshipit-source-id: 8709a2556374ec70bc665eaf0729bb85fd0d913f
This commit is contained in:
committed by
Facebook GitHub Bot
parent
f3bb94fd7c
commit
a08bed86b7
15
CHANGELOG.md
15
CHANGELOG.md
@@ -1,18 +1,3 @@
|
||||
# 0.37.0 (8/4/2020)
|
||||
|
||||
* D20868923 - Fix connections on Android devices with older SDKs (19)
|
||||
* D20822063 - The QPL plugin now shows qpl start times
|
||||
* D20836635 - Stabilized QPL plugin to avoid crashes with iOS devices, normalized event times to always report in milliseconds.
|
||||
|
||||
|
||||
# 0.36.0 (3/4/2020)
|
||||
|
||||
* D20673166 - New Hermes Debugger plugin for React Native apps.
|
||||
* D20789712 - Fixed error "SHA-1 for file is not computed" on 3rd party plugin compilation in dev mode (yarn start).
|
||||
* D20767096 - Fixed an issue where QPL points where not showing up in the marker timeline
|
||||
* D20724437 - Fixed applying of product attributes (title, publisher etc) to Flipper builds
|
||||
|
||||
|
||||
# Changelog
|
||||
|
||||
See [desktop/static/CHANGELOG.md](desktop/static/CHANGELOG.md)
|
||||
|
||||
Reference in New Issue
Block a user