ChangeLog.md in ruby-nmap-0.4.0 vs ChangeLog.md in ruby-nmap-0.4.1

- old
+ new

@@ -1,4 +1,13 @@ +### 0.4.1 / 2010-11-23 + +* Fixed a bug in {Nmap::XML#each} where it was calling `each_up_hosts`, + and not {Nmap::XML#each_up_host}. +* {Nmap::OS#each_class}, {Nmap::OS#each_match}, {Nmap::XML#each_host} and + {Nmap::XML#each_up_host} now return an Enumerator object if no block + is given. +* Use `yield` instead of `block.call` for a slight performance improvement. + ### 0.4.0 / 2010-11-17 * Added new options to {Nmap::Task} based on nmap 5.21: * `-PY` - `nmap.sctp_init_ping` * `-PR` - `nmap.arp_ping`