================================================================================
MATLAB & Simulink libbladeRF Bindings: Change Log Summary

For more detailed information, please see the git change log and issue tracker
hosted on GitHub: https://github.com/nuand/bladeRF
================================================================================

v1.0.3 (2018-12-21)
--------------------------------
 * Update bladerf_alloc_image, bladerf_alloc_cal_image, bladerf_image_write
   function definitions for libbladeRF v2.2.0

v1.0.2 (2018-10-30)
--------------------------------
 * Add missing BB_TXVGA1_RXLPF loopback option (#478)
 * Fix tx_gain property handling in simulink (#654)

v1.0.1 (2018-08-24)
--------------------------------

This version is intended for use with libbladeRF v2.0.1.

Changes:
 * host: libbladeRF: Rename clock select option

v1.0.0 (2018-08-13)
--------------------------------

This version is intended for use with libbladeRF v2.0.0.

Changes:
 * Add support for bladeRF 2.0 (Micro) products
 * Change "not supported" (-8) library errors to Matlab warnings temporarily,
   to permit some grace while others' scripts are updated.
 * Update bladeRF_XCVR to use new unified gain control
 * Add bladeRF_Misc for misc measurements and controls
 * Update bladeRF_rx_gui to support unified gain
 * Update Simulink block to match libbladeRF v2.0.0

v0.1.3 (2017-02-21)
--------------------------------

Changes:
 * Updates to README.md

v0.1.2 (2016-06-29)
--------------------------------

This version is intended for use with libbladeRF v1.7.2.

Changes:
  * Fixed incorrect BB_TXLPF_RXLPF loopback mode name in bladeRF_Simulink.m

v0.1.1 (2016-01-07)
--------------------------------

This version is intended for use with libbladeRF v1.5.1.

Changes:
  * libbladeRF-proto.m now searches the current working directory and
    MATLABPATH for the neccessary THUNK library file.


v0.1.0 (2015-12-31)
--------------------------------

This version is intended for use with libbladeRF v1.5.0.

Changes:
  * Initial release of Object-oriented MATLAB bindings and
    Simulink System Object.
