File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,24 @@ plan to add a parameter which would cause @racket[dns-domain?] and @racket[email
24
24
validate strings according to some alternative scheme that allows for non-ASCII characters. In order
25
25
to do this correctly, though, I need to educate myself about any standards that exist in this area.
26
26
27
+ @section{Version History}
28
+
29
+ @subsection{Version 1.1 }
30
+
31
+ @itemlist[#:style 'compact
32
+
33
+ @item{Fix unquoting bug in @racket[person] x-expressions
34
+ (@link["https://github.com/otherjoel/splitflap/pull/7 " ]{#7 })}
35
+
36
+ @item{Remove dependency on @racketmodname[txexpr] package
37
+ (@link["https://github.com/otherjoel/splitflap/pull/8 " ]{#8 })}
38
+
39
+ @item{Ensure @racket[system-language] works with Racket CS 8.4+
40
+ (@link["https://github.com/otherjoel/splitflap/commit/0da67ccdc7c0e7f84c5a34cd88f627d65fbb86f4 " ]{@tt{0da67ccd}})}
41
+
42
+ ]
43
+
44
+
27
45
@section{Licensing}
28
46
29
47
Splitflap is provided under the terms of the
Original file line number Diff line number Diff line change 1
1
#lang info
2
2
3
3
(define collection "splitflap " )
4
- (define version "1.0 " )
4
+ (define version "1.1 " )
5
5
6
6
(define deps '("gregor-lib "
7
7
"rackunit-lib "
You can’t perform that action at this time.
0 commit comments