2020 Apr 07 Sergey Satskiy <sergey.satskiy@gmail.com>

* Release 2.3.1
* Fix: python version requirements in setup.py

2020 Apr 06 Sergey Satskiy <sergey.satskiy@gmail.com>

* Release 2.3.0
* Python 3.8 support

2019 Nov 26 Sergey Satskiy <sergey.satskiy@gmail.com>

* Release 2.2.3
* Bug fix: handling multiline string literals with an applied operation

2019 Jul 29 Sergey Satskiy <sergey.satskiy@gmail.com>

* Release 2.2.2
* Updating pycxx to 7.1.3 (from 7.1.2)
* Rearranging headers so that they do not conflict with c++ stdlib on MacOS

2019 Jun 18 Sergey Satskiy <sergey.satskiy@gmail.com>

* Release 2.2.1
* Adding getAbsPosRange() method for all the fragments

2019 Apr 25 Sergey Satskiy <sergey.satskiy@gmail.com>

* Release 2.2.0
* Python 3.7 support
* Updating pycxx to 7.1.2 (from 7.0.1)
* Minor fixes in setup.py

2018 May 17 Sergey Satskiy <sergey.satskiy@gmail.com>

* Release 2.1.4
* Bug fix: incorrect leading comments handling when sys.exit() is detected

2018 May 07 Sergey Satskiy <sergey.satskiy@gmail.com>

* Release 2.1.3
* Bug fix: proper parent for CML comments
* Support for detecting if the selected items could be grouped: adding a method
  which tells the nearest parent if branch unique ID

2018 Feb 06 Sergey Satskiy <sergey.satskiy@gmail.com>

* Release 2.1.2
* Bug fix: proper collecting of the leading CML comments for the 'elif',
  'else', 'except' and 'finally' parts

2018 Jan 31 Sergey Satskiy <sergey.satskiy@gmail.com>

* Release 2.1.1
* Bug fix: proper collecting comments for a suite when an upper suite comment
  is on the very next line

2018 Jan 09 Sergey Satskiy <sergey.satskiy@gmail.com>

* Release 2.1.0
* Scope trailing comments support. It is specifically important for groups when
  a group end matches a scope end

2017 Dec 29 Sergey Satskiy <sergey.satskiy@gmail.com>

* Release 2.0.3
* Bug fix: proper handling of sys.exit() for python 3.5 and newer

2017 Nov 17 Sergey Satskiy <sergey.satskiy@gmail.com>

* Release 2.0.2
* Bug fix: proper handling docstrings which start with the 'r' or 'u'
  characters

2017 Oct 27 Sergey Satskiy <sergey.satskiy@gmail.com>

* Release 2.0.1
* Link libstdc++ statically - on some systems it might not be picked properly

2017 Aug 22 Sergey Satskiy <sergey.satskiy@gmail.com>

* Release 2.0.0.
* Python 3 support (3.5/3.6)
* pip installable

2016 Jul 11  Sergey Satskiy <sergey.satskiy@gmail.com>

* Changes in the package building procedure. Release 1.0.1


2016 Jun 14  Sergey Satskiy <sergey.satskiy@gmail.com>

* First public release 1.0.0


2015 Nov 02  Sergey Satskiy <sergey.satskiy@gmail.com>

* Moving from the 'codimension' repository to the separate 'cdm-flowparser'
  repository


2014 May 14  Sergey Satskiy <sergey.satskiy@gmail.com>

* Development started using the pycxx library

