1.2.0 - Schematic API
            - added new functions:
                - set_port_properties()
                - get_model_file_path()
        HIL API:
            - Added vector support for the following functions:
			    - set_source_scaling()
			    - set_source_sine_waveform()
			    - prepare_source_sine_waveform()
			    - set_source_constant_value()
			    - prepare_source_constant_value()
			    - set_source_arbitrary_waveform()
			    - prepare_source_arbitrary_waveform()
		    - Added ramping support for the following functions:
			    - set_source_scaling()
			    - set_source_sine_waveform()
			    - set_source_constant_value()
            - added new functions:
                - add_data_logger()
                - remove_data_logger()
                - start_data_logger()
                - stop_data_logger()
                - get_data_logger_status()
                - get_streaming_analog_signals()
                - get_streaming_digital_signals()
        General:
            - Updated API documentations.
            - Minor bug fixes.

1.1.3 - General:
            - Minor bug fixes.

1.1.2 - HIL API:
            - Fixed capture data endianness issue.

1.1.1 - General:
            - Minor bug fixes.

1.1.0 - Schematic API:
            - added new functions:
                - get_component_type_name()
        HIL API:
            - added new functions:
                - enable_ao_limiting()
                - disable_ao_limiting()
            - deprecated:
                - available_sources()
                - available_pvs()
                - available_analog_signals()
                - available_digital_signals()
                - available_contactors()
                - available_machines()
                - available_pe_switching_blocks()
        General:
            - Added typhoon.api module __version__ attribute.
            - Updated API documentations.
            - RPC debug logs won't propagate to higher level handlers (e.g. root) anymore.

1.0.2 - Bugfix release.

1.0.1 - Updated documentation.

1.0.0 - Initial release.