Skip to content

Commit 81c236e

Browse files
committed
Release 0.2.1
1 parent 381e6fe commit 81c236e

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Change Log
22

3+
## 0.2.1
4+
5+
### Enhancements
6+
7+
* Snapshot tests based on pydoc have been added. For each test target, a
8+
text-only documentation is generated that contains a description of the
9+
contained modules, classes, functions and methods, their default arguments and
10+
docstrings etc. This documentation is compared to artifact files stored in
11+
[`tests/expected`](./tests/expected).
12+
313
## 0.2.0
414

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

3949
### Fixes
50+
4051
* Functions with `pybind::args` or `pybind::kwargs` parameters are now
4152
wrapped properly.
4253
* Sub-modules are no longer exposed when the enclosing namespace is not exposed.

0 commit comments

Comments
 (0)