From 9c672076fda7a3a03bfa78fbf19c67398c1be90b Mon Sep 17 00:00:00 2001 From: Jose Ulises Nino Rivera Date: Mon, 26 Apr 2021 14:05:47 -0500 Subject: [PATCH] docs: fix spacing (#1413) Signed-off-by: Jose Nino --- docs/root/intro/version_history.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/root/intro/version_history.rst b/docs/root/intro/version_history.rst index a930d75b72..8b1b723a01 100644 --- a/docs/root/intro/version_history.rst +++ b/docs/root/intro/version_history.rst @@ -8,20 +8,24 @@ This is a large release. Moving forward the team will aim to release smaller ver The following is a very high-level overview of the larger changes going into this release. Richer Platform-level Feature Set: + - Adds pluggable logging capabilities via :ref:`setLogger ` - Adds :ref:`platform APIs ` for emitting time-series data - Adds platform Filters - Adds API for accessing arbitrary strings from platform runtime via :ref:`addStringAccessor ` Additional Language Bindings: + - Alpha version of python APIs via C++ bindings - Alpha version exposing cronet compatible APIs -Continued Bug fixes uncovered by additional testing +Continued Bug fixes uncovered by additional testing: + - Fixes several memory management corner-cases - Fixes several issues that have led to production crashes Additional hardening of the codebase via extensive testing: + - Adds end-to-end testing that covers roundtrip code execution from the platform layer to the core layer. - Adds coverage CI runs for core C++ core