Removing legacy upgrading notes.

develop
Randall Degges 2015-03-29 00:34:53 -07:00
parent e47aa2729c
commit b1ecd24847
1 changed files with 0 additions and 17 deletions

View File

@ -119,23 +119,6 @@ this, I'm currently satisfied with the threaded implementation):
hooks will be called from the host application's main loop.
Upgrading from older versions
-----------------------------
If upgrading from...
* 0.2:
- ``get_header()`` methods in ``manager.py`` now work like
``dict.get()`` instead of ``dict[key]``
* 0.1.0:
- ``agi.get_variable`` no longer throws an exception, instead it
returns an empty string when a channel variable is not set.
- ``manager.quit()`` has be renamed to ``manager.close()``
Source Code Repository Access
-----------------------------