updated README and changelog
diff --git a/README.md b/README.md
index a313c6f..8eec8c9 100644
--- a/README.md
+++ b/README.md
@@ -42,7 +42,7 @@
- Instance methods and static methods
- Overloaded functions
- Instance attributes and static attributes
-- Exceptions
+- Arbitrary exception types
- Enumerations
- Callbacks
- Custom operators
@@ -105,7 +105,8 @@
Tomasz Miąsko,
Dean Moldovan,
Ben Pritchard, and
-Boris Schäling.
+Boris Schäling
+Pim Schellart.
### License
diff --git a/docs/changelog.rst b/docs/changelog.rst
index 6276024..5fff177 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -17,6 +17,7 @@
------------------------
* Queued changes: map indexing suite, documentation for indexing suites.
* Mapping a stateless C++ function to Python and back is now "for free" (i.e. no call overheads)
+* Support for translation of arbitrary C++ exceptions to Python counterparts
* Added ``eval`` and ``eval_file`` functions for evaluating expressions and
statements from a string or file
* eigen.h type converter fixed for non-contiguous arrays (e.g. slices)