forked from pool/racket
Accepting request 1040764 from home:capfredf:branches:devel:languages:misc
update to v8.7 OBS-URL: https://build.opensuse.org/request/show/1040764 OBS-URL: https://build.opensuse.org/package/show/devel:languages:misc/racket?expand=0&rev=65
This commit is contained in:
@@ -1,3 +1,32 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 5 10:17:43 UTC 2022 - Fred Fu <moonsolo@gmail.com>
|
||||
- Update to 8.7:
|
||||
* Typed Racket offers Shallow and Optional modes for its gradual
|
||||
types. These modes lower the cost of interacting with untyped code,
|
||||
but provide less protection against buggy interactions.
|
||||
|
||||
* Racket uses Unicode 14.0 for character and string operations, and
|
||||
includes grapheme operations. DrRacket supports emojis.
|
||||
|
||||
* Racket supports RV64G (RISC-V).
|
||||
|
||||
* Programmers can disable definition shadowing using
|
||||
`(#%declare #:require=define)`.
|
||||
|
||||
* The module dependency graphs available using raco dependencies-graph
|
||||
and DrRacket's Module browser are faster and have new package
|
||||
filtering support.
|
||||
|
||||
* DrRacket is more responsive when killing programs that produce a lot
|
||||
of output.
|
||||
|
||||
* Plot 3D allows negative altitude values (e.g., looking at the plot
|
||||
from "below").
|
||||
|
||||
* The `scriblib/bibtex` and `scriblib/autobib` libraries support DOIs.
|
||||
|
||||
* There are many other repairs and improvements!
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 18 10:17:43 UTC 2022 - Andreas Schwab <schwab@suse.de>
|
||||
|
||||
|
Reference in New Issue
Block a user