CHANGES
=======

0.3.0
-----

* update for 0.3.0
* apply filter for getting paged resources
* fix bugs of saved query and add more tests
* add exception handlers for saved query
* add tests for getting saved queries
* add doc for saved queries
* add methods to query workitems using saved query url
* add methods to get saved queries
* remove wrong log
* add method to add/remove subscribers
* fix object url for getting single workitem
* fix returned properties bug
* add tests for workitem states and enable unicode
* update tests for class projectarea to enable unicode
* update tests for client due to unicode enabled
* add method to get all States of Workitem
* add six to enable unicode string and fix returned_properties bug
* add keyword in setup.cfg and update ChangeLog

0.2.0
-----

* add files/packages and build wheel in setup.cfg
* update badges
* update installation.rst
* add exception for authfailed
* split long tables
* fix malformat of docs
* update conf.py to enable autodoc in other directory
* add several examples to advanced query usage
* add an example for 'in' operator
* add advanced usage on querying
* update index.rst
* remove unused refs
* update doc for quick start
* add tests for roles
* update index and add quick start/advanced_usage
* add doc for workitem attributes
* add doc url in README and bdist wheel option
* update models doc
* add intro doc
* remove unused class ProjectAdmin
* add rst for installation
* update docstring in client.py
* update docs in client.py
* minor update docstring in workitem
* minor update docstring in workitem
* fix exception syntax for python 3.3
* minor update rtcclient ref
* update docstring in template
* update docstring in query
* update docstrings in workitem
* update docstrings in projectarea
* update rst files and add models.rst
* update docstring
* extract models to models.py
* update all rst files
* update rst files
* update docs
* init doc

v0.1.dev95
----------

* ready for release 0.1
* update README cfg
* remove redundancy and minor update
* fix bug: add Comment
* fix typos of README
* update README
* add tests for class templater and minor update
* add tests for class workitem
* fix add comment bug due to base class refactor
* update to enable getting workitem with valid str(int_value)
* add tests for query
* enable querying archived workitems
* add tests for class projectarea
* enhance parameter type checking for client
* add tests for checking workitem type
* fix jinja2.meta import error & add tests for listing fields
* add tests for workitems
* fix bug: getting none workitems
* enable getting archived workitems
* refactor getting variables
* add tests for filedagainsts
* add tests for foundins
* add tests for priority
* add tests for severity
* add tests for single plannedfor
* add tests for plannedfors
* fix getOwnedBy bug and add its test
* add tests for teamareas
* fix base class bug
* add more tests including exception for projectareas
* fix pep8 errors in test_client.py
* add tests for projectareas
* add test fixtures
* add serveral fixture xmls
* add fixtures for client
* add test for headers
* minor update tests
* update templates folder
* add tests for base class
* fix pep8 format
* add tox.ini and test-requirements.txt
* add archived param & enable returned_properties
* update query example to use returned_properties
* enable preferred properties for query results
* minor fix query bug
* add an example for query
* refactor query method
* fix typos
* remove redundance and update methods on Comment
* implement getting attribute value
* minor fix and api update
* add new class for projectarea and minor update
* add examples/templates
* implement creatWorkitem
* add several new classes in project_area
* update to enable creating workitem
* update class Templater to list needed attributes
* update Template to support render
* add template
* minor update on ItemType and ProjectAreaID
* fix query bug
* update ItemType
* finish getWorkitems
* fix add comment bug
* minor update
* add an example on how to add comment
* refactor base class and update
* minor update validate url
* minor change addComment return value
* minor fix status code
* add method to addComment
* fix getWorkitem and minor update FieldBase class
* add needed files for packaging
* update log level
* updates on api
* add admins
* minor update updateWorkitem
* add class scheme and add method to create workitem
* update description and base class
* refactor base and add state class
* add workitem actions
* add method for single role and member
* initialize method in workitem and update query
* add members and roles
* add method to handle project area
* update client apis
* add null methods for workitem
* add methods for project area
* add several rtc components modules
* refactor base class
* update base class and query
* add base class and client
* initial project
* Initial commit
