From ad927daf9cb411520c488ed73a8a53a27479e045 Mon Sep 17 00:00:00 2001 From: Christoph Hochstrasser Date: Sun, 12 Jan 2014 18:41:20 +0100 Subject: [PATCH] Update changelog for v0.3.1 --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 05c95169..0ce0b015 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## v0.3.1, 2014-01-12 + +### Changes + +* Add `apcu` as a separate extension bundle for easy updating +* Install `apcu` from the separate extension bundle in `compile` to + update all existing installations to APCU 4.0.2. This release features + the return of the `apc_` functions for a real drop in replacement. +* Merge PR #72 + ## v0.3.0, 2013-12-27 ### Changes