- New `-s/--signatures` option to see just the signatures (first line) of each matching class and function. [4](https://github.com/simonw/symbex/issues/4)
- Class methods can now be searched using `ClassName.method_name`. Wildcards are supported on both sides of this, so you can find all `get_*` methods on all classes using `symbex '*.get_*'`, or all methods on a specific class using `MyClass.*`, or all methods on every class using `*.*`. [9](https://github.com/simonw/symbex/issues/9)