CHANGELOG.md in elastic-apm-2.10.0 vs CHANGELOG.md in elastic-apm-2.10.1

- old
+ new

@@ -2,13 +2,21 @@ 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.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)) + ## 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