CHANGELOG.md in paquito-0.10.0 vs CHANGELOG.md in paquito-0.11.0

- old
+ new

@@ -1,6 +1,11 @@ # Unreleased +# 0.11.0 + +* Convert some lambdas into proper methods to make them more discoverable by profilers. +* Optimize `Time` and `ActiveSupport::TimeWithZone` serializers when `active_support/core_ext/time/calculations` is loaded. + # 0.10.0 * Introduce a new version `1` format that better handles `Time` and `DateTime` objects. It can be enabled by setting `Paquito.format_version = 1`. *IMPORTANT*: If you are upgrading from previous versions, you MUST first fully deploy the new version of the gem prior to enabling the new format. If you don't you may notice some `UnpackError` during the code rollout, which may be fine if you only use Paquito for ephemeral cache data.