aboutsummaryrefslogtreecommitdiff
path: root/docs/00_introduction.dox
diff options
context:
space:
mode:
Diffstat (limited to 'docs/00_introduction.dox')
-rw-r--r--docs/00_introduction.dox15
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/00_introduction.dox b/docs/00_introduction.dox
index a0018b2935..dd55436785 100644
--- a/docs/00_introduction.dox
+++ b/docs/00_introduction.dox
@@ -246,6 +246,21 @@ If there is more than one release in a month then an extra sequential number is
@subsection S2_2_changelog Changelog
+v20.02 Public major release
+ - Various bug fixes.
+ - Various optimisations.
+ - Added Bfloat16 type support
+ - Added Bfloat16 support in:
+ - @ref NEWeightsReshapeKernel
+ - @ref NEConvolutionLayerReshapeWeights
+ - @ref NEIm2ColKernel
+ - @ref NEIm2Col
+ - @ref NEDepthConvertLayerKernel
+ - @ref NEDepthConvertLayer
+ - @ref NEGEMMConvolutionLayer
+ - @ref NEGEMMConvolutionLayer
+ - @ref NEGEMMAssemblyDispatch
+
v20.02.1 Maintenance release
- Added Android-NN build script.