Sha256: 8a9eaf40e30455577dbbb56ab402b79618bbcacb41a46c444e13745a296c2b2e

Contents?: true

Size: 1 KB

Versions: 2

Compression:

Stored size: 1 KB

Contents

h1. Release history

This is a record of important changes that have occurred with each release.


h2. Version numbering system

We _strictly_ follow the RubyGems project's "rational versioning policy":http://www.rubygems.org/read/chapter/7 since version 6.3.0. This @major.minor.build@ numbering policy "can be summarized":http://ablog.apress.com/?p=738 as follows:
* an increase in the *major* number indicates that _functionally incompatible_ changes have occurred. Thus, what may have worked in the previous version may not work in the new one.
* an increase in the *minor* number indicates that _functionally compatible_ changes have occurred. Thus, what worked in the previous version will work in the new one.
* an increase in the *build* number indicates that the _underlying implementation_ has changed. The functionality has not changed and no features have been added. Thus, what worked in the previous version will work in the new one.


<% @history.each do |entry| %>
<%= format_history_entry entry %>
<% end %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ruby-vpi-15.0.1 doc/history.doc
ruby-vpi-15.0.2 doc/history.doc