1.10.1 - Fixed missing configuration manager functions in documentation.

1.10.0 - New API: Configuration manager API.

         Schematic API:
            - Added new functions:
                - get_breakpoints()
                - get_comment_text()
            - Internal error code provided in case of exceptions
         HIL API:
            - check_hil_hwid()

1.9.0 - HIL API:
            - Added new functions:
                - read_streaming_signals()
            - Changed functions:
                    - set_pv_amb_params()
                        - Added ramping support for PV ambiental parameter changes
                        - Added support for the new PV model type: Normalized IV
        PV Generator API:
            - Added support for the new PV model type: Normalized IV
        SCADA API:
            - Added new functions:
                - execute_action()

1.8.0 - HIL API:
            - Added new functions:
                - get_model_file_path()
                - read_streaming_signals()
        SCADA API:
            - Added new functions:
                - execute_action()
            - New properties:
                - Sub-Panel Widget:
                    - PROP_USE_IMAGE

      - Schematic API:
            - add/remove_library_path functions now properly handling relative paths

1.7.0 - SCADA API:
            - Added new functions:
              - create_widget()
              - delete_widget()
              - copy()
              - create_new_panel()
        HIL API
            - Added new functions:
              - is_simulation_running()

        Schematic API:
            - Fixed bug for functions where bool is returned instead of None

        - Changed functions:
                 - BACKWARD INCOMPATIBLE CHANGES:
                     - in create_property(), paramater
                         button_label had no effect, and it's removed.

1.6.0 - Schematic API
            - Added new functions:
              - get_connectable_direction()
              - get_connectable_kind()

        HIL API
            - Added new functions:
              - set_machine_encoder_offset()
                - this function replaces set_machine_inc_encoder_offset()
              - set_machine_resolver_offset()
                - this function replaces set_machine_sin_encoder_offset()
            - Deprecated functions:
              - set_machine_inc_encoder_offset()
              - set_machine_sin_encoder_offset()

        SCADA API:
            - First implementation of SCADA API

1.5.0 - Schematic API
            - Added new functions:
              - set_model_init_code()
              - unlink_component()
              - get_available_library_components()
              - get_library_resource_dir_path()
              - export_c_from_subsystem()
              - export_c_from_selection()

      - HIL API:
            - Added new functions:
                - reboot_hil()
                - upload_standalone_model()
                - set_boot_configuration()

1.4.0 - Schematic API
          - Added new functions:
              - add_library_path()
              - remove_library_path()
              - reload_libraries()

        PV Generator API:
              - Added 'User defined' technology parameters to EN50530 PV panel type.

1.3.0 - Schematic API
            - Added new functions:
                - create_mask()
                - remove_mask()
                - set_description()
                - get_description()
                - set_icon_drawing_commands()
                - get_icon_drawing_commands()
                - set_handler_code()
                - create_property()
                - remove_property()
                - get_compiled_model_file()
                - get_sub_level_handle()

            - Changed functions:
                 - BACKWARD INCOMPATIBLE CHANGES:
                       prop() - first parameter is now called 'item_handle' instead of 'component'.
                       disp_component_icon_text - comp_handle parameter name is changed to item_handle.
                       refresh_icon - comp_handle parameter name is changed to item_handle.
                       set_color - comp_handle parameter name is changed to item_handle.
                       set_component_icon_image - comp_handle parameter name is changed to item_handle.

         General:
            - Added firmware_manager api


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.4 - General
            - Fixed typhoon_hil.exe locking log files when using RotatingFileHandler from logging module.

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.