CHANGELOG.md in elastic-apm-2.10.1 vs CHANGELOG.md in elastic-apm-2.11.0
- old
+ new
@@ -2,21 +2,35 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
+## 2.11.0 (2019-09-23)
+
+### Added
+
+- Add `Rails` module with `#start` method to run Rails setup explicitly ([#522](https://github.com/elastic/apm-agent-ruby/pull/522))
+- Support for log/trace correlation ([#527](https://github.com/elastic/apm-agent-ruby/pull/527))
+
+### Changed
+
+- Split dot-separated `span.type` into `.type`, `.subtype` and `.action` (auto-upgrades dot style) ([#531](https://github.com/elastic/apm-agent-ruby/pull/531))
+
## 2.10.1
### Fixed
- Fixed loading options from a config file specified by `ELASTIC_APM_CONFIG_FILE` ([#518](https://github.com/elastic/apm-agent-ruby/pull/518))
- Fixed an issue with CentralConfig polling not starting ([#525](https://github.com/elastic/apm-agent-ruby/pull/525))
+### Added
+
+- Support for chained exceptions ([#488](https://github.com/elastic/apm-agent-ruby/pull/488))
+
## 2.10.0
### Added
-- Support for chained exceptions ([#488](https://github.com/elastic/apm-agent-ruby/pull/488))
- Add Ruby specific metrics ([#437](https://github.com/elastic/apm-agent-ruby/pull/437))
- Support for APM Agent Configuration via Kibana ([#464](https://github.com/elastic/apm-agent-ruby/pull/464))
- Change span name format and add command to context's db.statement for `MongoSpy` ([#488](https://github.com/elastic/apm-agent-ruby/pull/490))
### Changed