diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 108b571..922b079 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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 ==================== diff --git a/news/bytes.rst b/news/bytes.rst deleted file mode 100644 index 2ec8dd6..0000000 --- a/news/bytes.rst +++ /dev/null @@ -1,19 +0,0 @@ -**Added:** - -* Added support for JSON to persist Python bytes as base64 strings. -* Added support for JSON to persist UUIDs. - -**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. - -**Deprecated:** None - -**Removed:** None - -**Fixed:** None - -**Security:** None diff --git a/news/default_path.rst b/news/default_path.rst deleted file mode 100644 index 7812870..0000000 --- a/news/default_path.rst +++ /dev/null @@ -1,14 +0,0 @@ -**Added:** - -* ``fixie.default_path()`` function enables the creation of path names - from metadata, if needed. - -**Changed:** None - -**Deprecated:** None - -**Removed:** None - -**Fixed:** None - -**Security:** None diff --git a/news/exec.rst b/news/exec.rst deleted file mode 100644 index d381d4d..0000000 --- a/news/exec.rst +++ /dev/null @@ -1,13 +0,0 @@ -**Added:** None - -**Changed:** - -* ``fixie`` command line utility now has executable permissions. - -**Deprecated:** None - -**Removed:** None - -**Fixed:** None - -**Security:** None diff --git a/news/htpd.rst b/news/htpd.rst deleted file mode 100644 index 285bbf1..0000000 --- a/news/htpd.rst +++ /dev/null @@ -1,16 +0,0 @@ -**Added:** - -* ``$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:** None - -**Deprecated:** None - -**Removed:** None - -**Fixed:** None - -**Security:** None