Minor Release: Difference between revisions

From Joomla! Documentation

Willebil (talk | contribs)
New page: Minor Release Number (X.'''Y'''.Z) - An increment of the minor number usually indicates a significant change in functionality. Moderate to high level of backward compatibility with previou...
 
Willebil (talk | contribs)
No edit summary
Line 2: Line 2:


In minor releases we try not to alter the API, only additions to the API can be implemented when new logic is incorporated within the code base.
In minor releases we try not to alter the API, only additions to the API can be implemented when new logic is incorporated within the code base.
[[Category:Development]]

Revision as of 15:43, 6 February 2008

Minor Release Number (X.Y.Z) - An increment of the minor number usually indicates a significant change in functionality. Moderate to high level of backward compatibility with previous minor increments.

In minor releases we try not to alter the API, only additions to the API can be implemented when new logic is incorporated within the code base.