Skip to content
This repository has been archived by the owner on Nov 16, 2020. It is now read-only.

Commit

Permalink
Mark undefine deprecation as completed
Browse files Browse the repository at this point in the history
  • Loading branch information
zoffixznet committed Aug 1, 2018
1 parent 12b28ed commit cceda20
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ChangeLog.md
Expand Up @@ -75,6 +75,8 @@ methods for a longer period than 6.e release.
- `Str.subst-mutate` (use `Str.subst` with `.=` methodcall assign metaop instead)
- `Rational.norm` (`Rational` types are required to be normalized on creation now)
- `IO::Path.child` (use `.add` instead)
- `&undefine` (assign `Empty`/`Nil` directly, instead)


## Removals

Expand Down
14 changes: 14 additions & 0 deletions TODO/COMPLETED/completed-FEATURES.md
Expand Up @@ -4,6 +4,20 @@ See [FEATURES.md](FEATURES.md) for features yet to be implemented.

# Implemented

## Deprecate `undefine`

Per discussion in https://github.com/perl6/6.d-prep/issues/5

### Stakeholder

Zoffix

### Time Required to Implement

5 hours

----------------------------------------------------------------------

## Change default for `num` to be `0e0`

Per discussion in https://github.com/perl6/6.d-prep/issues/4
Expand Down

0 comments on commit cceda20

Please sign in to comment.