Skip to content
This repository was archived by the owner on Oct 26, 2023. It is now read-only.

Commit 54c5e25

Browse files
committed
build: bump version
1 parent cac0202 commit 54c5e25

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

gui-easy-lib/info.rkt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#lang info
22

3-
(define version "0.3")
3+
(define version "0.4")
44
(define collection "racket")
55
(define deps '("base"
66
"box-extra-lib"

gui-easy/gui/easy/scribblings/reference.scrbl

+5-1
Original file line numberDiff line numberDiff line change
@@ -222,9 +222,13 @@
222222
[then-e (is-a?/c view<%>)]
223223
[else-e (is-a?/c view<%>)])]{
224224

225-
Returns a repersentation of a panel that renders @racket[then-view]
225+
Returns a representation of a panel that renders @racket[then-view]
226226
when the current-value of @racket[cond-value] is truthy and
227227
@racket[else-view] otherwise.
228+
229+
@history[
230+
#:changed "0.4" @elem{The @racket[if-view] form was converted from a procedure into a syntactic form.}
231+
]
228232
}
229233

230234
@defform[#:literals (else)

0 commit comments

Comments
 (0)