aboutsummaryrefslogtreecommitdiff
path: root/docs/00_introduction.dox
diff options
context:
space:
mode:
authorgiuros01 <giuseppe.rossini@arm.com>2019-01-31 16:29:19 +0000
committerGiuseppe Rossini <giuseppe.rossini@arm.com>2019-02-06 17:27:09 +0000
commita69a88b0b69c4c4018562afcfd560ae94412ec99 (patch)
tree18b0b80e7de07846790c533697794a95b96ca034 /docs/00_introduction.dox
parent99089cecf88d5e5f334c220183ae0cd25c92a2d4 (diff)
downloadComputeLibrary-a69a88b0b69c4c4018562afcfd560ae94412ec99.tar.gz
COMPMID-1915: Deconvolution doesn't work when inner_dimension_top != 0 or inner_dimension_right != 0
Change-Id: Ia0533cfb34878fc81e929eb405c49e46609d26b8 Signed-off-by: giuros01 <giuseppe.rossini@arm.com> Reviewed-on: https://review.mlplatform.org/616 Reviewed-by: Georgios Pinitas <georgios.pinitas@arm.com> Tested-by: Arm Jenkins <bsgcomp@arm.com>
Diffstat (limited to 'docs/00_introduction.dox')
-rw-r--r--docs/00_introduction.dox4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/00_introduction.dox b/docs/00_introduction.dox
index 97b70f9fa9..aeb8a3d44c 100644
--- a/docs/00_introduction.dox
+++ b/docs/00_introduction.dox
@@ -238,6 +238,10 @@ If there is more than one release in a month then an extra sequential number is
@subsection S2_2_changelog Changelog
+v19.02 Public major release
+ - Deprecated functions/interfaces
+ - Usage of inner_border_right and inner_border_top has been deprecated in @ref CLDeconvolutionLayer and @ref NEDeconvolutionLayer
+
v18.11 Public major release
- Various bug fixes.
- Various optimisations.