Skip to content

Commit

Permalink
Updated CHANGELOG for 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
scopatz committed Jan 8, 2018
1 parent 7651506 commit 598d7b0
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 62 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,32 @@ fixie Change Log

.. current developments
v0.0.4
====================

**Added:**

* Added support for JSON to persist Python bytes as base64 strings.
* Added support for JSON to persist UUIDs.
* ``fixie.default_path()`` function enables the creation of path names
from metadata, if needed.
* ``$FIXIE_HOLDING_TIME`` added for specifying the
length of time to store databases on the server.
* ``$FIXIE_PATHS_DIR`` for denoting the fixie paths
directory, where database path metadata is stored.


**Changed:**

* ``RequestHandler.write()`` now uses the ``fixie.jsonutils.encode()`` to
encode dictionaries as JSON. Additionally, a newline is appended to the
end of the message, so that curl and other utilities look nice on the
command line.
* ``fixie`` command line utility now has executable permissions.




v0.0.3
====================

Expand Down
19 changes: 0 additions & 19 deletions news/bytes.rst

This file was deleted.

14 changes: 0 additions & 14 deletions news/default_path.rst

This file was deleted.

13 changes: 0 additions & 13 deletions news/exec.rst

This file was deleted.

16 changes: 0 additions & 16 deletions news/htpd.rst

This file was deleted.

0 comments on commit 598d7b0

Please sign in to comment.