CHANGELOG.md in adhearsion-2.6.1 vs CHANGELOG.md in adhearsion-2.6.2
- old
+ new
@@ -1,6 +1,9 @@
# [develop](https://github.com/adhearsion/adhearsion)
+# [2.6.2](https://github.com/adhearsion/adhearsion/compare/v2.6.1...v2.6.2) - [2015-06-16](https://rubygems.org/gems/adhearsion/versions/2.6.2)
+ * Bugfix: Properly load application bundle. This requires the spawning removed in [#534](https://github.com/adhearsion/adhearsion/pull/534).
+
# [2.6.1](https://github.com/adhearsion/adhearsion/compare/v2.6.0...v2.6.1) - [2015-06-15](https://rubygems.org/gems/adhearsion/versions/2.6.1)
* Bugfix: Improve Call initialization performance. Use an ActorProxy (subclass) instead of a method_missing definition on every Call.new. This considerably improves Call.new performance; benchmarks show approximately a 30-40% improvement: https://gist.github.com/kares/3576e272250204eb66d1
* Bugfix: Executing ahn commands (such as start) won't spawn any sub-rubies underneath
* Bugfix: Allow a generated app to execute Rake tasks with only production dependencies installed