Deleting elements of an array while iterating on it
results in never seeing the last element.
> a = [1,2,3]
=> [1, 2, 3]
> a.each do |e|
> p a
> a.delete(e)
> end
[1, 2, 3]
[2, 3]
=> [2]
Deleting elements of an array while iterating on it
results in never seeing the last element.
> a = [1,2,3]
=> [1, 2, 3]
> a.each do |e|
> p a
> a.delete(e)
> end
[1, 2, 3]
[2, 3]
=> [2]
- Do not alter pull\_requests while iterating on it [\#271](https://github.com/skywinder/github-changelog-generator/pull/271) ([raphink](https://github.com/raphink))
- Use milestone to specify in which version bug was fixed [\#22](https://github.com/skywinder/github-changelog-generator/issues/22)
- support enterprise github via command line options [\#42](https://github.com/skywinder/github-changelog-generator/pull/42) ([glenlovett](https://github.com/glenlovett))
**Fixed bugs:**
- Error when trying to generate log for repo without tags [\#32](https://github.com/skywinder/github-changelog-generator/issues/32)
- PrettyPrint class is included using lowercase 'pp' [\#43](https://github.com/skywinder/github-changelog-generator/pull/43) ([schwing](https://github.com/schwing))
**Merged pull requests:**
- support enterprise github via command line options [\#42](https://github.com/skywinder/github-changelog-generator/pull/42) ([glenlovett](https://github.com/glenlovett))
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.