Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add my changes to the changelog
  • Loading branch information
FROGGS committed Sep 16, 2015
1 parent 197fbbf commit 0d8da86
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/ChangeLog
Expand Up @@ -13,11 +13,19 @@ New in 2015.09
+ `val()` and allomorphic types implemented
+ Fixes:
+ Using a Range with an infinite .max now works on substr()/.substr
+ Parameter aliases are now handled in MAIN subroutines
+ Fixed typo about environment access in IO::Spec::Cygwin.tmpdir
+ Blocks like { .foo } are no longer considered to be a Hash constructor
+ Propagate ignorecase into subrules of regular expressions
+ Incompatible changes:
+ Creating constants with a ? twigil has become a NYI for now
+ No longer allowed to create dynamic constants with "my constant $*FOO"
+ Forbid to use the very same variable to init itself directly in declaration
+ Deprecations:
+ All Deprecations removed in preparation for Christmas release
+ NativeCall:
+ Added support for calling into C++ libraries and calling method on
C++ classes

New in 2015.07
+ Features:
Expand Down

0 comments on commit 0d8da86

Please sign in to comment.