blob: 649e1ee521d52e5ec32ccb8024a4e436123efa2b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
------------------------------------------------------------------------
$RCSfile$
$Revision$
$Date$
------------------------------------------------------------------------
This document conatains proposed API changes to the vecmath 1.6 API
that deviate from the 1.5 API.
This file must be updated to record the addition or deprecation of any
public or protected class, interface, field, constructor, or method to
the vecmath API.
The one exception to this rule is that you don't need to update this
file when adding a non-final (i.e., virtual) method to a class if that
method--with exactly the same signature--already exists in a
superclass. For example, adding a "toString" method to a vecmath object
doesn't require an entry in this file.
No incompatible changes to the vecmath 1.5 API are allowed.
I. New/deprecated fields, constructors, methods
<EXISTINGCLASS>
---------------
New methods:
public <NEWMETHOD>
II. Reparented classes
<EXISTINGCLASS>
---------------
<EXISTINGCLASS> now extends <NEWSUPERCLASS> (used to extend <OLDSUPERCLASS>)
III. New classes and interfaces (in javax.vecmath)
|