Skip to content

Commit

Permalink
Release 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kljohann committed Mar 24, 2020
1 parent 381e6fe commit 81c236e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 0.2.1

### Enhancements

* Snapshot tests based on pydoc have been added. For each test target, a
text-only documentation is generated that contains a description of the
contained modules, classes, functions and methods, their default arguments and
docstrings etc. This documentation is compared to artifact files stored in
[`tests/expected`](./tests/expected).

## 0.2.0

Thanks to several contributors from the [Electronic Vision(s)
Expand Down Expand Up @@ -37,6 +47,7 @@ documentation and helping to test this release!
* The test suite has been expanded.

### Fixes

* Functions with `pybind::args` or `pybind::kwargs` parameters are now
wrapped properly.
* Sub-modules are no longer exposed when the enclosing namespace is not exposed.
Expand Down

0 comments on commit 81c236e

Please sign in to comment.