This is an automated email from the ASF dual-hosted git repository.
liuxiran pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/apisix-java-plugin-runner.git
The following commit(s) were added to refs/heads/main by this push:
new df69b2e fix: cCHANGELOG markdown typo (#60)
df69b2e is described below
commit df69b2ebd24860d2c9effc5aeaed6d1b7e8a176d
Author: bzp2010 <[email protected]>
AuthorDate: Tue Aug 17 11:40:54 2021 +0800
fix: cCHANGELOG markdown typo (#60)
---
CHANGELOG.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b24ae15..9b6ea3d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -35,7 +35,7 @@ This release mainly provides basic features and adds test
cases.
- complete united test with [APISIX](https://github.com/apache/apisix).
- supported debug mode.
-## Bugfix
+### Bugfix
- set more headers and args.
[#30](https://github.com/apache/apisix-java-plugin-runner/pull/30)
- ensure correct encoding and decoding when data length is greater than 256.
[#32](https://github.com/apache/apisix-java-plugin-runner/pull/32)