Revert unintended changes in RELEASE.md

PiperOrigin-RevId: 329756142
Change-Id: Ib11484f7dee793f3487d0fd084c4381cbaa4f6be
This commit is contained in:
Andrew Audibert 2020-09-02 11:45:27 -07:00 committed by TensorFlower Gardener
parent c59af2913a
commit bf94fa24d2

View File

@ -186,11 +186,13 @@
checkpoint saved in the `variables/` folder in the SavedModel.
* When restoring, `save_path` can be a path to a SavedModel. The function
will automatically find the checkpoint in the SavedModel.
* `tf.nn`:
* `tf.nn.max_pool2d` now supports explicit padding.
* Other:
* We have replaced uses of "whitelist" and "blacklist" with "allowlist"
and "denylist" where possible. Please see
https://developers.google.com/style/word-list#blacklist for more context.
* <ADD RELEASE NOTES HERE>
<ADD RELEASE NOTES HERE>
## Thanks to our Contributors