ChangeLog.txt - Change log for Guile AA Tree
Copyright (C) 2017  Christopher Howard

Guile AA Tree is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

Guile AA Tree is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.

3.0.1:

  * Fixes bug in aa-for-each and aa-for-each-reverse to properly
    handle empty list case.

3.0:

  * Breaking alteration to aa-search function, with original function
    renamed to aa-search-wrapped.

2.0.1:

  * Documentation updates

2.0:

  * Breaking adjustments to aa-map functions, and addition of
    aa-for-each function.

1.2.1:

  * Modifications to code docstrings.

1.2:

  * Adds support for keyword key types.
  * Adds list-to-aa-tree function.

1.1:

  * Switch to goops methods for key comparison
  * Documentation improvements.
