Ent-Changes.md in sidekiq-4.0.2 vs Ent-Changes.md in sidekiq-4.1.0
- old
+ new
@@ -1,9 +1,27 @@
Sidekiq Enterprise Changelog
=======================
Please see [http://sidekiq.org/](http://sidekiq.org/) for more details and how to buy.
+1.2.0
+-------------
+
+- **NEW FEATURE** Multi-process mode! Sidekiq Enterprise can now fork multiple worker
+ processes, enabling significant memory savings. See the [wiki
+documentation](https://github.com/mperham/sidekiq/wiki/Ent-Multi-Process) for details.
+
+
+0.7.10
+-------------
+
+- More precise gemspec dependency versioning
+
+1.1.0
+-------------
+
+- **NEW FEATURE** Historical queue metrics, [documented in the wiki](https://github.com/mperham/sidekiq/wiki/Ent-Historical-Metrics) [#2719]
+
0.7.9, 1.0.2
-------------
- Window limiters can now accept arbitrary window sizes [#2686]
- Fix race condition in window limiters leading to non-stop OverLimit [#2704]