Skip to content

Commit

Permalink
Release 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thekid committed Nov 14, 2021
1 parent 4b3744b commit 2506122
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@ XML streams to objects

## ?.?.? / ????-??-??

## 5.0.0 / 2021-11-14

This major release deprecates the `$it->next()` syntax in favor of
using `yield`. See #16, implemented in 4.2.0.

* Merged PR #18: Version 5 cleanup, implementing #17. This means the
deprecated ArrayOf and Enclosing classes are gone as well as *$this*
being bound to the created instance in `util.address.ObjectOf`.
(@thekid)

## 4.2.0 / 2021-11-14

* Merged PR #16: Use `yield` inside address functions. Using functions
Expand Down

0 comments on commit 2506122

Please sign in to comment.