Skip to content

Commit c41e385

Browse files
committed
Added history items.
1 parent aea3013 commit c41e385

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

web-server-doc/web-server/scribblings/cache-table.scrbl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ functions.
2727
void?]{
2828
If @racket[entry-ids] is @racket[#f], clears all entries in @racket[ct].
2929
Otherwise, clears only the entries with keys in @racket[entry-ids].
30+
31+
@history[#:changed "6.9.0.1" "Added optional argument."]
3032
}
3133

3234
@defproc[(cache-table? [v any/c])

web-server-doc/web-server/scribblings/dispatch-servlets.scrbl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,12 @@
2727
@racket[url->path] to resolve the URL to a path, then uses
2828
@racket[path->servlet] to resolve that path to a servlet, caching the
2929
results in an internal table.
30+
31+
@history[#:changed "6.9.0.1" "Added optional argument to first return value."]
3032
}
3133

34+
35+
3236
@defproc[(make [url->servlet url->servlet/c]
3337
[#:responders-servlet-loading
3438
responders-servlet-loading

0 commit comments

Comments
 (0)