Skip to content

Commit d2b49b1

Browse files
committed
Changelog prep for v0.1.7
1 parent fb54afe commit d2b49b1

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

docs/changelog.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
Changelog
22
=========
33

4+
0.1.7 (2015-08-20)
5+
------------------
6+
7+
Added:
8+
9+
- Support for parsing ``$ref``s in included JSON schemas (`Issue 4`_). Thank you `benhamill`_, `nvillalva`_, and `jhl2343`_!
10+
- Collect all validation errors (rather than just erroring out on the first one) (`Issue 21`_). Thank you `nvillalva`_!
11+
12+
413
0.1.6 (2015-08-03)
514
------------------
615
@@ -78,3 +87,8 @@ Initial alpha release of ``ramlfications``\!
7887
.. _`Issue 29`: https://github.com/spotify/ramlfications/issues/29
7988
.. _`Issue 22`: https://github.com/spotify/ramlfications/issues/22
8089
.. _`waffle.io`: https://waffle.io/spotify/ramlfications
90+
.. _`Issue 4`: https://github.com/spotify/ramlfications/issues/4
91+
.. _`benhamill`: https://github.com/benhamill
92+
.. _`nvillalva`: https://github.com/nvillalva
93+
.. _`jhl2343`: https://github.com/jhl2343
94+
.. _`Issue 21`: https://github.com/spotify/ramlfications/issues/21

0 commit comments

Comments
 (0)