From 3b0fe56344e8a5a7863b6fdff0fe8179008f24ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rui=20Gonc=CC=A7alves?= Date: Thu, 17 Aug 2017 10:44:47 +0100 Subject: [PATCH] Add a CHANGELOG --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..c1cef81 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,12 @@ +### 0.2.0 (unreleased) + +- New features + - New schema types `$enum` and `$one_of` for specifying enumerations and values with multiple + possible schemas ([#5](https://github.com/ShiftForward/frise/pull/5)). +- Bug fixes + - Deal correctly with non-existing schema files in the load path + ([#4](https://github.com/ShiftForward/frise/pull/4)). + +### 0.1.0 (August 10, 2017) + +Initial version.