Skip to content

Commit

Permalink
Add 2.0.3 to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mittinatten committed Mar 20, 2018
1 parent 343e6c2 commit 9432950
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# Changelog
FreeSASA uses semantic versioning. Changelog added for versions 2.x

## 2.0.3
This version separates the Python bindings into a separate
[module](https://github.com/freesasa/freesasa-python).
To be able to release Windows binaries of the python module,
the code has been changed to be C89 compatible where necessary,
with a few macros to allow using `restrict` and `inline` when
compiled with a C99 compiler. There are no changes to the behavior
of the CLI or C API in this release.

## 2.0.2

* Relative SASA values are now calculated using the same reference
Expand Down

0 comments on commit 9432950

Please sign in to comment.