change release-notes' "info.rkt" field to release-note-files'

The change avoids a collision with PLaneT fields.

Also, add checking for the form of a `release-note-files' value.

original commit: 8f195a1ff65a05f7679af852f2cbfa58ea8f4bfc
This commit is contained in:
Matthew Flatt 2013-07-17 17:22:38 -06:00
parent 30e502ecc0
commit 41ee377aa5

View File

@ -1,3 +1,3 @@
#lang info
(define release-notes '(("Typed Racket" "HISTORY.txt")))
(define release-note-files '(("Typed Racket" "HISTORY.txt")))