diff --git a/version_history.md b/version_history.md index 15913dc..8cb43b3 100644 --- a/version_history.md +++ b/version_history.md @@ -3,7 +3,7 @@ ##0.8.0 (01/11/2014) * Mixins are now included with `include`, not `with` * Objects (instances) cannot call `new` -* Shortened class/instances __tostring output (`class (?)` instead of `class (Unnamed)` +* Shortened class/instances `__tostring` output (`class (?)` instead of `class (Unnamed)`) * Bugfixes for `30logclean` (Thanks [zorfmorf](https://github.com/zorfmorf)) * Updated specification tests and README