CHANGELOG
=========

LibMonetra 4.0
- Functions renamed to M_ instead of MCVE_ to reflect the
  Monetra name change.  
- API is not threadsafe by default now.  You must register
  callbacks for your system's locking type if you wish to
  allow multiple threads to use the same connection. If they
  do not share a connection, there is no need for locking.
- General bugfixes, and speed improvements in reading large
  responses from Monetra, and parsing of comma delimited data.


