aboutsummaryrefslogtreecommitdiffstats
path: root/docs/api-changes-1_7.txt
diff options
context:
space:
mode:
authorphil <[email protected]>2016-11-05 15:17:40 +1300
committerphil <[email protected]>2016-11-05 15:17:40 +1300
commit1595e18df18c4b6bbb215bdc8c9d6966c433ef2b (patch)
tree68ddd7dadb032be78d65dd27c4e50447c75da65c /docs/api-changes-1_7.txt
parentbb56c7dd590748fe5d206bbfc102b2474b6b20c7 (diff)
Simplified the j3d.version message
As returned by VirtualUniverse.getProperties().get("j3d.version") The original full message can be obtained from VersionInfo.getVersionFull()
Diffstat (limited to 'docs/api-changes-1_7.txt')
-rw-r--r--docs/api-changes-1_7.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/api-changes-1_7.txt b/docs/api-changes-1_7.txt
index 66ca2d0..315f1a6 100644
--- a/docs/api-changes-1_7.txt
+++ b/docs/api-changes-1_7.txt
@@ -3,4 +3,6 @@ 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
+versions of Java3D shipped with OS X and loaded as extensions.
+
+II. Addition of a new pipeline org.jogamp.Jogl2es2pipeline see /docs/GL2ES2Pipeline usage guide.md for usage. \ No newline at end of file