Skip to content

Commit 0ced35d

Browse files
committed
typo error in HISTORY.md
1 parent 6cdd99d commit 0ced35d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

HISTORY.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ Downloads & Release History
66

77
## 0.3.0 (2014-12-11)
88

9-
1. Discard: Directive `clojure`, `clojure_code` are no longer supported, use `handle_type`, `handle_name`, `handle_code` instead.
9+
1. Discard: Directive `clojure`, `clojure_code` are no longer supported, use `handler_type`/`content_handler_type`,
10+
`handler_name`/`content_handler_name`, `handler_code`/`content_handler_code` instead.
1011
1. Discard: Now `handler_***` can not be used to declare a nginx worker initialization handler, use `jvm_init_handler_*** instead.
1112
1. New Feature: Supports writing nginx access handler by java/clojure/groovy (issue #53)
1213
1. New Feature: Supports writing nginx header filter by java/clojure/groovy (issue #55)

HISTORY.md.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ <h2>
1010
<a id="user-content-030-2014-12-11" class="anchor" href="#030-2014-12-11" aria-hidden="true"><span class="octicon octicon-link"></span></a>0.3.0 (2014-12-11)</h2>
1111

1212
<ol>
13-
<li>Discard: Directive <code>clojure</code>, <code>clojure_code</code> are no longer supported, use <code>handle_type</code>, <code>handle_name</code>, <code>handle_code</code> instead.</li>
13+
<li>Discard: Directive <code>clojure</code>, <code>clojure_code</code> are no longer supported, use <code>handler_type</code>/<code>content_handler_type</code>,
14+
<code>handler_name</code>/<code>content_handler_name</code>, <code>handler_code</code>/<code>content_handler_code</code> instead.</li>
1415
<li>Discard: Now <code>handler_***</code> can not be used to declare a nginx worker initialization handler, use `jvm_init_handler_*** instead.</li>
1516
<li>New Feature: Supports writing nginx access handler by java/clojure/groovy (issue #53)</li>
1617
<li>New Feature: Supports writing nginx header filter by java/clojure/groovy (issue #55)</li>

0 commit comments

Comments
 (0)