1###### 2v0.7.0 3###### 4 52016-09-08 6 7New Modules 8^^^^^^^^^^^ 9 10* Add OSPF API (`95 <https://github.com/arista-eosplus/pyeapi/pull/95>`_) [`brigoldberg <https://github.com/brigoldberg>`_] 11 Big thanks for the community support! 12 13Enhancements 14^^^^^^^^^^^^ 15 16* Enhance Node enable() method (`100 <https://github.com/arista-eosplus/pyeapi/pull/100>`_) [`dathelen <https://github.com/dathelen>`_] 17 This enhancement adds a send_enable flag to the enable and run_commands Node methods. By default the enable command will be sent, however you can now run commands without prepending the enable. 18* Finish OSPF API (`99 <https://github.com/arista-eosplus/pyeapi/pull/99>`_) [`dathelen <https://github.com/dathelen>`_] 19 Create system tests and add unit tests to increase code coverage. 20* Add Cross-Platform Support for pyeapi (`94 <https://github.com/arista-eosplus/pyeapi/pull/94>`_) [`grybak-arista <https://github.com/grybak-arista>`_] 21 Use logging instead of syslog for better cross-platform compatibility. This enhancement provides support for Windows users. 22 23Fixed 24^^^^^ 25 26* Allow dot and hyphen in mlag domain-id (`91 <https://github.com/arista-eosplus/pyeapi/issues/91>`_) 27 Include handling any character in domain-id string, including dot, hyphen, and space. 28