Release info for Magic Square:
======================================================================

0.1a2 (2019-08-04):

  * Features:

    * Automatically determine file type of both input and output files
      based on extension and whether they are stdin/stdout or a tty,
      if the type is not given explicitly.

    * Allow `squarec' to read and write both text and binary formats
      instead of just reading text and writing binary.

    * Add option parsing to `squarec' and add a `-o, --output' option
      to specify output and a `-f, --format' option to specify format
      (automatically determined otherwise).

    * When debugging is enabled (configure with --enable-debug), Print
      a debugging message when bugs are detected.

  * Changes:

    * Change `-m, --mode' to `-f, --format'.

0.1a1 (2019-07-21):

  * Features:

    * Reads magic squares in a very flexible human readable format or
      a machine readable binary format.

    * Solves magic squares with not only positive integers, but also
      with negative intergers and/or floating point numbers (positive
      floating point numbers too).

    * Can stop at the first solution or continue to find all
      solutions.



======================================================================

Copyright (C) 2019  Asher Gordon <AsDaGo@posteo.net>

Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved.  This file is offered as-is,
without any warranty.
