Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Mention Inline::Perl5 integration in ChangeLog and release announcement
Thanks to moritz++ for pointing me there.
  • Loading branch information
niner committed Apr 24, 2015
1 parent 59f57a8 commit 9e19470
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/ChangeLog
Expand Up @@ -48,6 +48,8 @@ New in 2015.04
+ attempting to bind a Failure now tells you what was in the Failure
+ reduce() now pays attention to associativity (which is now part of the op)
+ can now reduce ([Z]) with list infixes over an arbitrary number of lists
+ use Foo:from<Perl5> supported when Inline::Perl5 is installed
+ EVAL $code, :lang<perl5> supported when Inline::Perl5 is installed
+ Speedups:
+ Str.codes/chars/uc/lc/tc/tclc/ord/flip about 25% faster
+ List.pick about 10% faster
Expand Down
2 changes: 2 additions & 0 deletions docs/announce/2015.04.md
Expand Up @@ -28,6 +28,8 @@ Some of the changes in this release are outlined below:
* where constraints on variable and attribute declarations
* 'is rw' parameters implemented for native subs (they get passed as a pointer)
* Str.codes/chars/uc/lc/tc/tclc/ord/flip about 25% faster
* use Foo:from\<Perl5\> and EVAL $code, :lang\<perl5\> are now supported as
long as Inline::Perl5 is installed. Allows passing most of S01 spec tests.
* many smaller speedups

These are only some of the changes in this release. For a more
Expand Down

0 comments on commit 9e19470

Please sign in to comment.