Skip to content

Commit 1571f89

Browse files
committed
Update CHANGELOG.md
1 parent c48696b commit 1571f89

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,8 @@ To release a new version, please update the changelog as followed:
112112
- Remove `private_method` decorator (#PR 1025)
113113
- Copy original model's `trainable_weights` and `nontrainable_weights` when initializing `ModelLayer` (#PR 1026)
114114
- Copy original model's `trainable_weights` and `nontrainable_weights` when initializing `LayerList` (#PR 1029)
115-
- remove redundant parts in `model.all_layers` (#PR 1029)
115+
- Remove redundant parts in `model.all_layers` (#PR 1029)
116+
- Replace `tf.image.resize_image_with_crop_or_pad` with `tf.image.resize_with_crop_or_pad` (#PR 1032)
116117

117118
### Removed
118119

@@ -122,7 +123,7 @@ To release a new version, please update the changelog as followed:
122123

123124
- @zsdonghao
124125
- @ChrisWu1997: #1010 #1015 #1025 #1030
125-
- @warshallrho: #1017 #1021 #1026 #1029
126+
- @warshallrho: #1017 #1021 #1026 #1029 #1032
126127
- @ArnoldLIULJ: #1023
127128
- @JingqingZ: #1023
128129

0 commit comments

Comments
 (0)