@@ -85,6 +85,43 @@ To release a new version, please update the changelog as followed:
8585
8686### Contributors
8787
88+ ## [ 2.2.3] - 2020-06-18
89+
90+ TensorLayer 2.2.3 is a maintenance release.
91+ It contains numerous bug fixes.
92+
93+ ### Added
94+
95+ ### Changed
96+
97+ ### Dependencies Update
98+
99+ ### Deprecated
100+
101+ ### Fixed
102+
103+ - Fix VGG. (#1078 , 1079, 1089)
104+ - Fix norm layer. (#1080 )
105+ - Fix DeCov2d layer. (#1081 )
106+ - Fix ModelLayer and LayerList doc. (#1083 )
107+ - Fix bug in SAC. (#1085 )
108+ - Fix refactoring: Deduplication. (#1086 )
109+ - Fix maxpool, batchnorm Data format fixed, vgg forward. (#1089 )
110+ - Fix package info. (#1090 )
111+
112+ ### Removed
113+
114+ ### Security
115+
116+ ### Contributors
117+ - @zsdonghao
118+ - @tiancheng2000 (#1078 #1079 #1080 #1081 )
119+ - @ChrisWu1997 (#1083 )
120+ - @quantumiracle (#1085 )
121+ - @marload (#1086 )
122+ - @Gyx-One (#1089 )
123+ - @Laicheng0830 (#1090 )
124+
88125## [ 2.2.2] - 2020-04-26
89126
90127TensorLayer 2.2.2 is a maintenance release.
@@ -621,6 +658,7 @@ To many PR for this update, please check [here](https://github.com/tensorlayer/t
621658@ zsdonghao @ luomai @ DEKHTIARJonathan
622659
623660[Unreleased]: https:// github.com/ tensorlayer/ tensorlayer/ compare/ 2.0 ... .master
661+ [2.2 .3]: https:// github.com/ tensorlayer/ tensorlayer/ compare/ 2.2 .2... 2.2 .3
624662[2.2 .2]: https:// github.com/ tensorlayer/ tensorlayer/ compare/ 2.2 .1... 2.2 .2
625663[2.2 .1]: https:// github.com/ tensorlayer/ tensorlayer/ compare/ 2.2 .0... 2.2 .1
626664[2.2 .0]: https:// github.com/ tensorlayer/ tensorlayer/ compare/ 2.1 .0... 2.2 .0
0 commit comments