Skip to content

Commit

Permalink
DOC: Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
cheginit committed Aug 27, 2021
1 parent 1684982 commit 54c5f8e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
History
=======

0.11.4 (2021-08-26)
------------------

Internal Changes
~~~~~~~~~~~~~~~~
- Use ``ujson`` for JSON parsing instead of ``orjson`` since ``orjson`` only serializes to
``bytes`` which is not compatible with ``aiohttp``.
- Convert the transform attribute data type from ``Affine`` to ``tuple`` since saving an data
array to ``netcdf`` cannot handle the ``Affine`` type.

0.11.3 (2021-08-19)
-------------------

Expand Down

0 comments on commit 54c5f8e

Please sign in to comment.