make-rename-tranformer: history note

Record the correction made by c8652e063a.
This commit is contained in:
Matthew Flatt 2019-09-26 15:57:04 -06:00
parent c8652e063a
commit cb9cfe9c83

View File

@ -162,7 +162,10 @@ rename transformer:
(free-identifier=? #'my-or #'or)
]
@history[#:changed "6.3" @elem{Removed an optional second argument.}]}
@history[#:changed "6.3" @elem{Removed an optional second argument.}
#:changed "7.4.0.10" @elem{Adjust rename-transformer expansion
to add a macro-introduction scope, the
same as regular macro expansion.}]}
@defproc[(rename-transformer-target [transformer rename-transformer?])