Skip to content

Conversation

@GeoffreyBooth
Copy link
Collaborator

We should release #4428 ASAP.

@GeoffreyBooth GeoffreyBooth requested a review from lydell January 22, 2017 21:31
@lydell
Copy link
Collaborator

lydell commented Jan 22, 2017

I think we need to mention this in the changelog, too:

commit 1143ac0268f3d96354ef156e78435716368053f6
Author: Chris Connelly <[email protected]>
Date:   2016-12-29 18:55:33 +0000

    Allow `@` values as indices in `for` expressions
    
    This loosens the compilation of `for` expressions to allow the index
    variable to be an `@` value, e.g.
    
        do @visit for @node, @index in nodes
    
    Within `@visit`, the index of the current node (`@node`) would be
    available as `@index`.
    
    Fixes #4411.

commit 0a6aeef0c9426ad5af177673190e196dcf2849e9
Author: Valentine Valyaeff <[email protected]>
Date:   2016-12-23 15:37:11 +0200

    Fix //= operator (#4410)

@GeoffreyBooth
Copy link
Collaborator Author

Whoops, thanks. Added.

@GeoffreyBooth
Copy link
Collaborator Author

@lydell

@lydell lydell merged commit e87d574 into jashkenas:master Jan 24, 2017
@lydell lydell deleted the 1.12.3 branch January 24, 2017 17:50
@lydell
Copy link
Collaborator

lydell commented Jan 24, 2017

Released.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants