wxPostgres 0.2.1
    * Fixed Query_browser methods last(), next() and prev(), behaving wrong in some cases.
    * Fixed Cached_result behaving wrong with empty result.
    * Updated ambiguous wxHyperlinkCtrl binding macro documentation.
    * Added Code::Blocks project to compile library.

wxPostgres 0.2.0
	* Fixed unicode version compile errors.
	* Redesigned build system.
    * Updated to GNU Free Documentation License Version 1.3.
    * Improved documentation.
	* Fixed bug in Grid_binding, when entire result must be displayed.
	* Fixed bugs in Grid_binding, when wrong number or rows/columns is created.
    * Data_row and Result_data are now safe, if there are no rows in result.
    * Support for boolean SQL type.
    * Support for most wxWidgets controls.
    * All Database clients (Query, Query_browser, ...) are automatically cleared,
    when Database is disconnected or transaction is ended (depends wether client is
    attached to transaction or connection).
    * Query now starts new ransaction only if it's not started yet.
	* Query_browser - new class to work with large SQL query result. 
    * Cached_result - new class to store entire result of SQL query locally.
    * Prepared_statement - new class for creating and using prepared statements.

