README.rdoc in safely-0.2.0 vs README.rdoc in safely-0.3.0
- old
+ new
@@ -1,9 +1,9 @@
= safely
Safely is a simple exception handling and alerting mechanism extract from the daemon-kit[https://github.com/kennethkalmer/daemon-kit] project.
-Safely currently supports error reporting to Hoptoad, or via email.
+Safely currently supports error reporting to Hoptoad, or via email. Safely can also log all exceptions to a file when a program exited abnormally, shedding light on what caused the failures.
== Installation and Usage
Please refer to the wiki[https://github.com/kennethkalmer/safely/wiki] for installation and usage information.