diff --git a/MIGRATING.md b/MIGRATING.md
index 73a84c77d0a..1fc2c1d7620 100644
--- a/MIGRATING.md
+++ b/MIGRATING.md
@@ -41,6 +41,14 @@ will now be
linux-x86_64
```
+### Java Module Renaming
+
+The Java Module (jigsaw) names has been updated to drop the leading `org.`, as follow:
+- `tensorflow-core-api` : `tensorflow` (was `org.tensorflow` before)
+- `tensorflow-core-generator` : `tensorflow.generator` (was `org.tensorflow-generator` before)
+- `tensorflow-core-native` : `tensorflow.nativelib`
+- `tensorflow-framework` : `tensorflow.framework` (was `org.tensorflow.framework` before)
+
### Session Run Result
In versions before 0.4.0 `Session.Runner.run` and `TensorFunction.call` returned a `List`. In newer versions