diff options
author | Julien Gouesse <[email protected]> | 2015-11-28 17:10:54 +0100 |
---|---|---|
committer | Julien Gouesse <[email protected]> | 2015-11-28 17:10:54 +0100 |
commit | 494dcd7aecaa0a55ee5d206391fc9ecac09b580d (patch) | |
tree | 4b052d96fde1833d9d7e73b630bca92d5193623a /docs | |
parent | dbc98deea1884e44da2c74d6ea807253cdefa693 (diff) |
Documents the current API change (package relocation)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/api-changes-1_7.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/api-changes-1_7.txt b/docs/api-changes-1_7.txt new file mode 100644 index 0000000..66ca2d0 --- /dev/null +++ b/docs/api-changes-1_7.txt @@ -0,0 +1,6 @@ +This document contains the proposed API changes to the Java 3D 1.7 API +that deviate from the 1.6 API: + +I. Relocation of the javax.media package into org.jogamp to be consistent +with the Maven group identifier and to avoid name clashes with the obsolete +versions of Java3D shipped with OS X and loaded as extensions.
\ No newline at end of file |