From a24f5d694d9345fe4d852e2d64a223261805db2b Mon Sep 17 00:00:00 2001 From: Yi Hu Date: Wed, 12 Feb 2025 17:33:44 -0500 Subject: [PATCH] Update MIGRATING.md to reflect package change --- MIGRATING.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/MIGRATING.md b/MIGRATING.md index 44a1924a512..f8f5d257e01 100644 --- a/MIGRATING.md +++ b/MIGRATING.md @@ -76,8 +76,9 @@ individually. ### Proto Definitions Moved -Some proto definitions under `org.tensorflow.proto` have been moved to a different location under the same package. You will need to reimport these -proto bindings to match the new location. Your IDE should easily be able to do this for you. +Some proto definitions under `org.tensorflow.proto` have been moved to a different location under the same (`org.tensorflow.proto`) package. +Certain classes have moved packages, for example, `org.tensorflow.proto.example.Feature` to `org.tensorflow.proto.Feature`. +You will need to reimport these proto bindings to match the new location. Your IDE should easily be able to do this for you. ## Migrating to 0.3.0