Skip to content

Commit c396f24

Browse files
committed
Update CHANGELOG.md
1 parent 89dc0e3 commit c396f24

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,8 @@ To release a new version, please update the changelog as followed:
110110
- Set allow_pickle=True in np.load() (#PR 1021)
111111
- Remove `private_method` decorator (#PR 1025)
112112
- Copy original model's `trainable_weights` and `nontrainable_weights` when initializing `ModelLayer` (#PR 1026)
113+
- Copy original model's `trainable_weights` and `nontrainable_weights` when initializing `LayerList` (#PR 1029)
114+
- remove redundant parts in `model.all_layers` (#PR 1029)
113115

114116
### Removed
115117

@@ -119,7 +121,7 @@ To release a new version, please update the changelog as followed:
119121

120122
- @zsdonghao
121123
- @ChrisWu1997: #1010 #1015 #1025
122-
- @warshallrho: #1017 #1021 #1026
124+
- @warshallrho: #1017 #1021 #1026 #1029
123125
- @ArnoldLIULJ: #1023
124126
- @JingqingZ: #1023
125127

0 commit comments

Comments
 (0)