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: HISTORY.md.html
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ <h2>
13
13
<li>New Feature: Add directive <ahref="//nginx-clojure.github.io/directives.html#jvm_classpath">jvm_classpath</a> which supports wildcard character * (issue #95)</li>
14
14
<li>New Feature: Add directive <ahref="//nginx-clojure.github.io/directives.html#jvm_classpath_check">jvm_classpath_check</a> which is enabled by default and when it is enabled access permission about classpaths will be checked.</li>
15
15
<li>New Feature: Add <ahref="//nginx-clojure.github.io/subpub.html">NginxPubSubTopic(Java)/PubSubTopic(Clojure)</a> to simplify handling messages among Nginx worker processes. (issue #97)</li>
16
-
<li>New Feature: [Shared Map based on shared memory]<ahref="issue%20#96"></a> and it has two implementations : tinymap & hashmap.</li>
16
+
<li>New Feature: <ahref="//nginx-clojure.github.io/sharedmap.html">Shared Map based on shared memory</a> (issue#96) and it has two implementations : tinymap & hashmap.</li>
17
17
<li>New Feature: <ahref="//nginx-clojure.github.io/sharedmap.html">Shared Map based Ring session store</a> (issue #98)</li>
18
18
<li>Enhancement: on-broadcast-event-decode!/on-broadcast! returns a removal function which can be used to remove the registered decoder/listener</li>
19
19
<li>Enhancement: embedded nginx-clojure becomes friendly to mock tests and also fix issue #101</li>
@@ -210,5 +210,3 @@ <h2>
210
210
<li>Supports Java Thread Pool for handle request</li>
Copy file name to clipboardExpand all lines: downloads.html
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -113,7 +113,7 @@ <h2>
113
113
<li>New Feature: Add directive <ahref="//nginx-clojure.github.io/directives.html#jvm_classpath">jvm_classpath</a> which supports wildcard character * (issue #95)</li>
114
114
<li>New Feature: Add directive <ahref="//nginx-clojure.github.io/directives.html#jvm_classpath_check">jvm_classpath_check</a> which is enabled by default and when it is enabled access permission about classpaths will be checked.</li>
115
115
<li>New Feature: Add <ahref="//nginx-clojure.github.io/subpub.html">NginxPubSubTopic(Java)/PubSubTopic(Clojure)</a> to simplify handling messages among Nginx worker processes. (issue #97)</li>
116
-
<li>New Feature: [Shared Map based on shared memory]<ahref="issue%20#96"></a> and it has two implementations : tinymap & hashmap.</li>
116
+
<li>New Feature: <ahref="//nginx-clojure.github.io/sharedmap.html">Shared Map based on shared memory</a> (issue#96) and it has two implementations : tinymap & hashmap.</li>
117
117
<li>New Feature: <ahref="//nginx-clojure.github.io/sharedmap.html">Shared Map based Ring session store</a> (issue #98)</li>
118
118
<li>Enhancement: on-broadcast-event-decode!/on-broadcast! returns a removal function which can be used to remove the registered decoder/listener</li>
119
119
<li>Enhancement: embedded nginx-clojure becomes friendly to mock tests and also fix issue #101</li>
0 commit comments