CHANGES
=======

1.10.0
------

* Add edit config

1.9.2
-----

* Require latest sshutil

1.9.1
-----

* filter "type" attribute defaults to subtree

1.9.0
-----

* Strip the capability element text of whitespace
* get the error message right

1.8.3
-----

* Fix subtree filter case
* Actually drop the message like we logged we would

1.8.2
-----

* Be more careful about namespaces
* Move to using lxml elements instead of strings
* Deploy wheel with release

1.8.1
-----

* Fix xpath expression handling to not require root data node
* Add functional xpath filtering!
* More cleanup
* Not sure why doc isn't showing up
* More docs cleanup
* More documentation
* Fixe rtd config
* Read the docs is odd
* Remove unused files
* Cleanup code and more doc cleanup
* sigh rtd still not working
* add autoindex for now
* Autodoc not working on readthedocs
* Try and get the section rst right
* Example should match docs. :)
* Improve docs more
* Fix namespaces issues
* Cleanup CLI usage examples
* Ignore the autocreated API directory
* Add simple server example
* Change name to match ncclient
* Rearrange the docs a bit
* Add mroe docs and a context manager for client sessions

1.8.0
-----

* Comment better
* Let's not break backward compat for now
* Final error fix
* Rework error module
* The return value from get-config is still <data/> not <config/>
* Add more features to CLI client
* Fix filter operation
* Rename ncclient to cli avoiding odd clash with other project
* Add some code to handle filtering
* Add readthedocs config file
* Add some more documentation on new helper methods
* Change default max line len to 100

1.7.4
-----

* Don't try to send on a closed socket
* Get more verbose
* Test: Don't bother finding a port just use the one assigned
* Change to new travis setup
* ssh caching is more aggressive by default, deal with in tests
* Add some helper client functions
* Require bug fix in sshutil

1.7.3
-----

* yapfify and delint
* Add --hello to client
* Cleanup
* Add more docs
* Add a badge for the docs
* Add sphinx docs

1.7.1
-----

* Fix up travis deploy
* Require sudo in travis to get sshd

0.7.0
-----

* Add fix for doctest to handle py27 and py3x
* Add test to make sure authentication fails with bad password
* Remove cruft
