From e7a96f364101f5d496b524180be81089637c64bd Mon Sep 17 00:00:00 2001 From: Matt Allan Date: Wed, 11 May 2016 13:47:35 -0400 Subject: [PATCH] Pre release changelog --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a29a45f..9e5c71c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,12 +3,12 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -## Unreleased +## 0.3.0 - 2016-05-11 ### Fixed * The type constraint was failing for string checks if the bcmath extension wasn't installed. It now passes if the value is a string and bcmath isn't installed. -* Pointers are now correctly escaped for error messages. +* Pointers are now escaped for error messages. * The JSON Pointer now properly handles setting a new element in arrays. * Fixed a bug where the DraftFour rule set was not throwing an exception when trying to get a missing rule.