pandoc-eqnos 2.3.0 (2020-08-08)

    * Allow LaTeX environment customization (Pull Request #44).


pandoc-eqnos 2.2.3 (2020-08-05)

    * Fixed XHTML Transitional validation error (Issue #50).


pandoc-eqnos 2.2.1 (2020-07-31)

    * Require pandoc-xnos 2.4.2 (bug fix release).


pandoc-eqnos 2.2.0 (2020-07-30)

    * Updated to work with pandoc 2.10.
    * Fixed "local variable 'ret' referenced before assignment"
      error (Issue #43).
    * Fixed equation number reset problem for html, docx (Issue #49).
    * Added html4 as an output target (Issue #50).


pandoc-eqnos 2.1.1 (2019-09-26)

    * Warns about duplicate reference targets.


pandoc-eqnos 2.0.0 (2019-09-17)

    * A warnings system has been added.
    * Meta variable names have been updated.
    * TeX codes have been completely overhauled.
    * Html/epub equations are now enclosed in a `<div>`.
    * Epub support is generally improved.
    * Support for disabling links on selected references
      (pandoc-fignos Issue #54).
    * Enable section number offsets in equation numbers
      (pandoc-fignos Issue #47).
    * Better handling of missing references.
    * Changed `eqnos-number-sections` and `xnos-number-sections`
      options to `eqnos-number-by-section` and
      `xnos-number-by-section`


pandoc-eqnos 1.4.4 (2019-06-15)

    * For epub output, place equation number in own span (Issue #39).


pandoc-eqnos 1.4.3 (2019-05-17)

    * Improved epub output and refreshed epub demos.


pandoc-eqnos 1.4.2 (2019-05-16)

    * Fixed links in epub output (Issue #37).
    * Bug fix for equation numbering by section for docx
      (pandoc-fignos Issue #58).
    * `pandoc-eqnos --version` now gives the verson.


pandoc-eqnos 1.4.1 (2019-05-16)

    * Restored eqnos-eqref functionality (Issue #35).


pandoc-eqnos 1.4.0 (2019-05-15)

    * Support for references in bracketed spans (pandoc-fignos
      Issue #58).


pandoc-eqnos 1.3.2 (2019-05-15)

    * Enabled equation numbering by section for docx (addresses
      pandoc-fignos Issue #59).


pandoc-eqnos 1.3.1 (2019-05-08)

    * Maintenance release for pandoc 2.7.2.


pandoc-eqnos 1.3.0 (2018-08-09)

    * Require pandoc-xnos>=1.1,<2 to ensure API compatibility
      (pandoc-fignos Issue #46).
    * Gives more helpful error message regarding acceptable
      boolean metadata values (pandoc-fignos Issue #51).


pandoc-eqnos 1.2.0 (2018-01-14)

    * Added `eqnos-capitalise` meta variable.


pandoc-eqnos 1.1.0 (2018-01-13)

    * Added AMS-style equations referencing (Issue #27).


pandoc-eqnos 1.0.0 (2018-01-07)

    * Version number bumped to 1.0.0.


pandoc-eqnos 1.0.0rc3 (2017-12-16)

    * Write equation id in outer span; removed redundant
      "<a name=..." tag (pandoc-eqnos Issue #26).
    * Removed dependency on pandoc-attributes
      (pandoc-fignos Issue #42).


pandoc-eqnos 1.0.0rc1 (2017-11-18)

    * Release candidate updated for pandoc 2.0.


pandoc-eqnos 0.18.1 (2017-09-19)

    * Fixes for beamer (pandoc-fignos Issue #38).


pandoc-eqnos 0.17 (2017-09-19)

    * Bug fix for Word output (Issue #16).


pandoc-eqnos 0.16.1 (2017-09-12)

    * Documentation updates.


pandoc-eqnos 0.16 (2016-12-05)

    * Added numbering equations by section for html (Issue #15).


pandoc-eqnos 0.15 (2016-11-29)

    * For html, write equation numbers in a span and justify them
      right.  Before, the equation numbers were written into
      the equation.  This is a big change in approach.


pandoc-eqnos 0.14.1 (2016-11-17)

    * Python 2.7.3 bug addressed with pandoc-xnos 0.7.
    * Clarified purpose of this filter in README.md.


pandoc-eqnos 0.14 (2016-11-05)

    * Updated for pandoc 1.18 (pandoc-fignos Issue #30)


pandoc-eqnos 0.13 (2016-10-22)

    * Fixed metadata corruption bug (pandoc-fignos Issue #23).
    * Fixed python 2.7 install on Windows (pandoc-fignos Issue #27).
    * Require pandoc-xnos >= 0.5.


pandoc-eqnos 0.12.1 (2016-08-21)

    * Require pandoc-xnos >= 0.4.1


pandoc-eqnos 0.12 (2016-08-21)

    * Removed anchors and ids in output for unreferenceable figures.


pandoc-eqnos 0.11 (2016-05-15)

    * Added clever referencing.
    * Moved library code to pandocxnos project.


pandoc-eqnos 0.10 (2016-04-27)

    * Improved pandoc version detection (Issue #14).


pandoc-eqnos 0.9 (2016-04-19)

    * Allow tagged equations (Issue #9).
    * Improved pandoc version detection (Issue #10).


pandoc-eqnos 0.8 (2016-04-05)

    * Fixed broken installation in Win 10 (Issue #6).
    * Added regression tests.


pandoc-eqnos 0.7.2 (2016-01-22)

    * Fixed AttributeError bug that occurred for links
      emphasized [*like this*](http://example.com/).

    * Fixed TypeError for pandoc < 1.16 when autolink_bare_uris is
      used.


pandoc-eqnos 0.7.1 (2016-01-13)

    * Fixed TypeError bug that occurred with pandoc < 1.16 (Issue #7).
      This bug was inadvertently introduced with pandoc-eqnos 0.7.


pandoc-eqnos 0.7 (2016-01-11)

    * Fixed problems when pandoc's autolink_bare_uris is used.


pandoc-eqnos 0.6 (2016-01-01)

    * Flush stdout before exiting (Issue #4).


pandoc-eqnos 0.5 (2015-12-30)

    * Fixed curly-brace persistence for references in lists.
    * Fixed equation label problem in lists (Issue #5).


pandoc-eqnos 0.4 (2015-07-17)

    * Construct links for html.
    * Changed demo.md to use dollar signs (Issue #2).


pandoc-eqnos 0.3 (2015-07-15)

    * Enforce pandoc's requirement of UTF-8.


pandoc-eqnos 0.2.2 (2015-06-07)

    * Added README.md and LICENSE to MANIFEST.in so that they
      get distributed via pip.


pandoc-eqnos 0.2.1 (2015-06-03)

    * Included missing install dependency in MANIFEST.in.
    * Updated documentation.


pandoc-eqnos 0.2 (2015-06-01)

    * Made release available through pypi.


pandoc-eqnos 0.1 (2015-03-14)

    * initial release.

