Minor Release: Difference between revisions
From Joomla! Documentation
No edit summary |
Masterchief (talk | contribs) mNo edit summary |
||
| Line 1: | Line 1: | ||
[[Category:Development]] | |||
[[Category:Bug Squad]] | |||
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. | 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. | 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. | ||
Revision as of 07:04, 4 September 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.