CHANGELOG.md in symbiont-ruby-0.2.0 vs CHANGELOG.md in symbiont-ruby-0.3.0
- old
+ new
@@ -1,7 +1,11 @@
# Changelog
All notable changes to this project will be documented in this file.
+## [0.3.0] 2018-06-15
+### Added
+- `Symbiont::Isolator` - proc object isolation layer for delayed invocations;
+
## [0.2.0] 2018-04-22
### Added
- Logo ^_^ (special thanks to **Viktoria Karaulova**)
- Support for multiple inner contexts: you can pass an array of objects as a context argument
to `Symbiont::Executor`. Each object will be used as an inner context in order they are passed.