Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update changelog #38

Merged
merged 2 commits into from
Mar 21, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

## 1.8.2 2020-06-15

* Updated revision for github actions release
* Updated revision for GitHub Actions release

## 1.8.1 2020-06-15

Expand All @@ -36,7 +36,7 @@

## 1.7.1 2020-04-06

* Updated the response recorder to implement the io.ReaderFrom interface
* Updated the response recorder to implement the `io.ReaderFrom` interface
* Fixed some linter issues with missing comments on exported functions

## 1.7.0 2020-03-11
Expand All @@ -50,8 +50,8 @@

## 1.6.4 2019-11-06

* Updated helloworld example to be more configurable allowing it to be used in other example documentation
* Added the ability to support inspecting gRPC (protobuf) content
* Updated the example to be more configurable allowing it to be used in other example documentation
* Added the ability to support inspecting gRPC (`protobuf`) content

## 1.6.3 2019-09-12

Expand All @@ -70,7 +70,7 @@
* Updated list of inspectable XML content types
* Added `http.Flusher` interface when the underlying handler supports this interface
* Updated timeout to include time to connect to the agent
* Cleaned up docs/code/examples
* Cleaned up docs, code, and examples

## 1.5.0 2019-01-31

Expand Down Expand Up @@ -108,7 +108,7 @@
## 1.3.0 2017-09-19

* Improved internal testing
* Updated msgpack serialization
* Updated `msgpack` serialization

## 1.2.3 2017-09-11

Expand All @@ -127,7 +127,7 @@
## 1.2.0 2017-03-06

* Improved performance
* Exposed internal datastructures and methods
* Exposed internal data structures and methods
to allow alternative module implementations and
performance tests

Expand Down