Skip to content

Commit

Permalink
Docs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
spookylukey committed Mar 24, 2020
1 parent d77d1bc commit 4ce0c40
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@ History
+++++++++++++++++

* Switched to using ``fluent_compiler`` as backend instead of experimental branch
in ``fluent.runtime``.
in ``fluent.runtime``. This means **import changes are required**:

* ``fluent_number`` and ``fluent_date``, if you are using them, should be
imported from ``fluent_compiler.types`` instead of ``fluent.runtime.types``

* Added ``Bundle.check_all`` method.
* Django 3.0 support
* Dropped support for Python 3.4 (it may work, but recent versions of lxml
Expand Down

0 comments on commit 4ce0c40

Please sign in to comment.