From 5df2a985b2ffd0b6f1107f12ca2a88203bf31328 Mon Sep 17 00:00:00 2001 From: Joakim Bech Date: Fri, 26 Apr 2019 12:20:05 +0200 Subject: [PATCH] Update CHANGELOG.md for 3.5.0 Update CHANGELOG.md and collect Tested-by tags. Signed-off-by: Joakim Bech Tested-by: Joakim Bech (RPi3B) Tested-by: Jerome Forissier (HiKey960, GP) Tested-by: Etienne Carriere (b2260, GP) Tested-by: Peng Fan (imx6q-sabresd, imx8mm-evk) Tested-by: Sandeep Tripathy (bcm-ns3) Tested-by: Igor Opaniuk (Poplar) Tested-by: Volodymyr Babchuk (RCAR H3) Tested-by: Volodymyr Babchuk (RCAR H3/virtualization) Tested-by: Akshay Bhat (Atmel SAM) Tested-by: Sumit Garg (Developerbox) Tested-by: Victor Chong (HiKey AOSP, HiKey960 AOSP) Tested-by: Jerome Forissier (HiKey960) Tested-by: Jens Wiklander (QEMU v8) Tested-by: Joakim Bech (QEMU v7) Tested-by: Joakim Bech (FVP) Tested-by: Jens Wiklander (Hikey) Tested-by: Andrew F. Davis (DRA7xx, AM43xx, AM57xx, AM65x) Tested-by: Jens Wiklander (FVP) Tested-by: Bryan O'Donoghue (WaRP7) Tested-by: Jens Wiklander (Juno) Tested-by: Rouven Czerwinski (imx6qsabresd) --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 87abf4cc93b..4b0293d541f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# OP-TEE - version 3.5.0 (2019-04-26) + +- Link to the GitHub [release page][github_release_3_5_0]. +- Links to the [commits][github_commits_3_5_0] and +[pull requests][github_pr_3_5_0] merged into this release. + +[github_release_3_5_0]: https://github.com/OP-TEE/optee_os/releases/tag/3.5.0 +[github_commits_3_5_0]: https://github.com/OP-TEE/optee_os/compare/3.4.0...3.5.0 +[github_pr_3_5_0]: https://github.com/OP-TEE/optee_os/pulls?q=is%3Apr+is%3Amerged+base%3Amaster+merged%3A2019-01-26..2019-04-26 + # OP-TEE - version 3.4.0 (2019-01-25) - Link to the GitHub [release page][github_release_3_4_0].