aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Mynott <steve.mynott@gmail.com>2018-04-25 17:21:48 +0100
committerSteve Mynott <steve.mynott@gmail.com>2018-04-25 17:21:48 +0100
commitff9add2989c5f0dd2584e7c13ddaf7239b0db5db (patch)
treebf54e86b9954cacb2a14c053f214626e6c7c8252
parent7e78555f58333c3758f02bf4c078d11f003ac306 (diff)
add some changelog for bundled modules
-rw-r--r--docs/announce/2018.04.md18
1 files changed, 7 insertions, 11 deletions
diff --git a/docs/announce/2018.04.md b/docs/announce/2018.04.md
index a38d606..f234d95 100644
--- a/docs/announce/2018.04.md
+++ b/docs/announce/2018.04.md
@@ -43,17 +43,13 @@ deprecated. Please use "zef".
Notable changes in modules shipped with Rakudo Star:
- + JSON-Class: Alter the way in which the re-exporting of the traits works
- + JSON-Marshal: Fix for associative and positional type objects
- + Pod-To-HTML: Document P6DOC\_DEBUG
- + datetime-parse: New. Dependency of http-useragent
- + doc: Too many to list.
- + http-useragent: New. Intended as replacement for LWP::Simple (now deprecated)
- + json\_fast: fix off-by-one in treacherous escape detection
- + perl6-lwp-simple: HTML header names with mixed case fix
- + svg: Fix example in README
- + tap-harness6: Make TAP parsing loose by default before rakudo 2017.09 in prove too
- + zef: Warns about missing META6.json. Sort "list" output.
+ + datetime-parse: Update asctime parsing
+ + doc: Too many to list including jjmerelo TPF Grant Work.
+ + http-useragent: Pre-allocate a buffer when getting content
+ + json\_fast: Unescape fixes.
+ + jsonrpc: LWP::Simple replaced with HTTP::UserAgent.
+ + svg-plot: Fix xy-line plot closing over some variables it shouldn't.
+ + zef: version 0.2.8
There are some key features of Perl 6 that Rakudo Star does not yet
handle appropriately, although they will appear in upcoming releases.