Skip to content

Commit acf0ba9

Browse files
authored
Update MIGRATING.md to reflect package change (#604)
1 parent d54d231 commit acf0ba9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

MIGRATING.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,9 @@ individually.
7676

7777
### Proto Definitions Moved
7878

79-
Some proto definitions under `org.tensorflow.proto` have been moved to a different location under the same package. You will need to reimport these
80-
proto bindings to match the new location. Your IDE should easily be able to do this for you.
79+
Some proto definitions under `org.tensorflow.proto` have been moved to a different location under the same (`org.tensorflow.proto`) package.
80+
Certain classes have moved packages, for example, `org.tensorflow.proto.example.Feature` to `org.tensorflow.proto.Feature`.
81+
You will need to reimport these proto bindings to match the new location. Your IDE should easily be able to do this for you.
8182

8283
## Migrating to 0.3.0
8384

0 commit comments

Comments
 (0)