You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@
33
33
34
34
-**Feature: Use Ruby's built-in Gzip compression**
35
35
36
-
The agent's now uses the built-in `zlib.gzip` method available in the Ruby standard library instead for compression logic, instead of a custom implementation. [PR#3332](https://github.com/newrelic/newrelic-ruby-agent/pull/3332)
36
+
The agent now uses the built-in `Zlib.gzip` method from the Ruby standard library for compression, replacing the previous custom implementation. [PR#3332](https://github.com/newrelic/newrelic-ruby-agent/pull/3332)
0 commit comments