aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Mynott <steve.mynott@gmail.com>2016-11-19 17:54:56 +0000
committerSteve Mynott <steve.mynott@gmail.com>2016-11-19 17:54:56 +0000
commitd16ef6f150f69bb410c23a6d1f882dcf790e9a4c (patch)
tree5b40446bcc33ff985f31610ee97a6d3d01355728
parent86105ef4dbb63d15f4350df605ae732edf94f468 (diff)
markdown fixes
-rw-r--r--docs/announce/2016.11.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/announce/2016.11.md b/docs/announce/2016.11.md
index 69d3838..f864106 100644
--- a/docs/announce/2016.11.md
+++ b/docs/announce/2016.11.md
@@ -76,7 +76,7 @@ New in 2016.11:
+ Fixed instabilities in programs launching many threads at startup [0134132]
+ Fixed crash when reporting X::Composition::NotComposable or
X::Inheritance::Unsupported exceptions [a822bcf]
- + Fixed clock_gettime issue on macOS [ee8ae92]
+ + Fixed clock\_gettime issue on macOS [ee8ae92]
+ Fixed SEGV in multi-threaded programs with strings-as-strands [395f369]
+ `regex` TOP Grammar rule will now backtrack if needed [4ccb2f3]
+ Fixed .rotate/.reverse on 1-dimmed arrays assigning to self [2d56751]
@@ -89,7 +89,7 @@ New in 2016.11:
+ Added DateTime.hh-mm-ss [bf51eca]
+ Added parse-base routine [7e21a24]
+ is-approx with no explicit tolerances now uses more complex algorithm to
- choose a tolerance to use (same as old is_approx) [82432a4]
+ choose a tolerance to use (same as old is\_approx) [82432a4]
+ on failure, is-approx now displays actual values received [b4fe680]
+ Added Iterator.skip-one to skip a single value [71a01e9]
+ Added Iterator.skip-at-least to skip several values [8d357af]
@@ -179,9 +179,9 @@ Notable changes in modules shipped with Rakudo Star:
+ Pod-To-HTML: Bump version and use a separate element as anchor for "to top" links
+ Terminal-ANSIColor: Update Pod documentation and support 256-color and 24-bit RGB modes
+ doc: Large number of changes - too many to detail here
- + json_fast: Incredible speed gains
+ + json\_fast: Incredible speed gains
+ panda: Explicitly use Panda::Project as we use it in class Panda
- + perl6-lwp-simple: Change to http.perl6.org since the main site is going https and add NO_NETWORK_TESTING
+ + perl6-lwp-simple: Change to http.perl6.org since the main site is going https and add NO\_NETWORK\_TESTING
+ perl6-pod-to-bigpage: add dep IO::Socket::SSL
There are some key features of Perl 6 that Rakudo Star does not yet