Skip to content

Commit 36ba573

Browse files
committed
bump version and add history note for color-name change
1 parent 1020978 commit 36ba573

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

draw-doc/scribblings/draw/color-database-intf.scrbl

+4-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
The global @indexed-racket[the-color-database] object is an instance of
1313
@racket[color-database<%>]. It maintains a database of standard RGB
1414
colors for a predefined set of named colors (such as ``black'' and
15-
``light gray'').
15+
``light gray''). See @method[color-database<%> find-color] for
16+
information on how color names are normalized.
1617

1718
The following colors are in the database:
1819
@(colors
@@ -203,7 +204,8 @@ See also @racket[color%].
203204
"cornflower blue "
204205
" CORNFLOWER BLUE"
205206
"cornflower blue")]
206-
}
207+
208+
@history[#:changed "1.16" @elem{Changed normalization to more generally remove spaces.}]}
207209

208210

209211
@defmethod[(get-names) (listof string?)]{

draw-lib/info.rkt

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717

1818
(define pkg-authors '(mflatt))
1919

20-
(define version "1.15")
20+
(define version "1.16")

0 commit comments

Comments
 (0)