Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
fdabrandao committed May 12, 2016
1 parent a9d54d3 commit c63cf19
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 7 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Expand Up @@ -2,6 +2,15 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [3.1.1] - 2016-05-12

### Changed
- Simplified the Python API.

### Fixed
- Fixed `afg2svg`.


## [3.1.0] - 2016-05-05

### Added
Expand Down Expand Up @@ -67,7 +76,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Added
- First official release of the C++ implementation of VPSolver.

[Unreleased]: https://github.com/fdabrandao/vpsolver/compare/v3.1.0...H
[Unreleased]: https://github.com/fdabrandao/vpsolver/compare/v3.1.1...H
[3.1.1]: https://github.com/fdabrandao/vpsolver/compare/v3.1.0...v3.1.1
[3.1.0]: https://github.com/fdabrandao/vpsolver/compare/v3.0.1...v3.1.0
[3.0.1]: https://github.com/fdabrandao/vpsolver/compare/v3.0.0...v3.0.1
[3.0.0]: https://github.com/fdabrandao/vpsolver/compare/v2.0.0...v3.0.0
Expand Down
27 changes: 22 additions & 5 deletions docs/html/CHANGELOG.html
Expand Up @@ -54,6 +54,23 @@ <h1>
<p>All notable changes to this project will be documented in this file.
This project adheres to <a href="http://semver.org/">Semantic Versioning</a>.</p>

<h2>
<a id="user-content-311---2016-05-12" class="anchor" href="#311---2016-05-12" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a><a href="https://github.com/fdabrandao/vpsolver/compare/v3.1.0...v3.1.1">3.1.1</a> - 2016-05-12</h2>

<h3>
<a id="user-content-changed" class="anchor" href="#changed" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Changed</h3>

<ul>
<li>Simplified the Python API.</li>
</ul>

<h3>
<a id="user-content-fixed" class="anchor" href="#fixed" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Fixed</h3>

<ul>
<li>Fixed <code>afg2svg</code>.</li>
</ul>

<h2>
<a id="user-content-310---2016-05-05" class="anchor" href="#310---2016-05-05" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a><a href="https://github.com/fdabrandao/vpsolver/compare/v3.0.1...v3.1.0">3.1.0</a> - 2016-05-05</h2>

Expand All @@ -65,7 +82,7 @@ <h3>
</ul>

<h3>
<a id="user-content-changed" class="anchor" href="#changed" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Changed</h3>
<a id="user-content-changed-1" class="anchor" href="#changed-1" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Changed</h3>

<ul>
<li>The syntax used in the .vbp and .afg files for additional parameters.</li>
Expand All @@ -75,7 +92,7 @@ <h2>
<a id="user-content-301---2016-02-23" class="anchor" href="#301---2016-02-23" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a><a href="https://github.com/fdabrandao/vpsolver/compare/v3.0.0...v3.0.1">3.0.1</a> - 2016-02-23</h2>

<h3>
<a id="user-content-fixed" class="anchor" href="#fixed" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Fixed</h3>
<a id="user-content-fixed-1" class="anchor" href="#fixed-1" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Fixed</h3>

<ul>
<li>Fixed a minor compatibility issue with Python 2.7.</li>
Expand All @@ -92,7 +109,7 @@ <h3>
</ul>

<h3>
<a id="user-content-changed-1" class="anchor" href="#changed-1" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Changed</h3>
<a id="user-content-changed-2" class="anchor" href="#changed-2" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Changed</h3>

<ul>
<li>Replaced the GPLv3+ license by AGPLv3+.</li>
Expand All @@ -106,7 +123,7 @@ <h3>
</ul>

<h3>
<a id="user-content-fixed-1" class="anchor" href="#fixed-1" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Fixed</h3>
<a id="user-content-fixed-2" class="anchor" href="#fixed-2" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Fixed</h3>

<ul>
<li>Various bugfixes.</li>
Expand All @@ -131,7 +148,7 @@ <h3>
</ul>

<h3>
<a id="user-content-fixed-2" class="anchor" href="#fixed-2" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Fixed</h3>
<a id="user-content-fixed-3" class="anchor" href="#fixed-3" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Fixed</h3>

<ul>
<li>Various bugfixes.</li>
Expand Down
2 changes: 1 addition & 1 deletion docs/wiki
Submodule wiki updated from 68cf09 to 9ec3ec

0 comments on commit c63cf19

Please sign in to comment.