Skip to content

Commit

Permalink
Make release notes easier to read
Browse files Browse the repository at this point in the history
  • Loading branch information
Grokzen committed Apr 4, 2015
1 parent f9a6551 commit 5afff8e
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions ReleaseNotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
Release Notes
=============


1.0.2
=====

Expand All @@ -10,16 +11,22 @@ Release Notes
- Add new runtime dependency 'python-dateutil' that is used to validate timestamps
- Change how 'any' keyword is implemented to now accept anything and not just the implemented types. (See Upgrade Instructions document for migration details)



1.0.1
=====

Switched back to semantic version numbering for this lib. See *README.md* section *Important notes on version schema changes* on how to fix any issues with this change.



15.01
=====

- Fixed a bug in unique validation for mapping keys [See: PR-12] (Gonditeniz)



14.12
=====

Expand All @@ -32,6 +39,8 @@ Switched back to semantic version numbering for this lib. See *README.md* sectio
* `regex` --> `re`
- Reworked all testing files to reduce number of files



14.08
=====

Expand All @@ -42,6 +51,8 @@ Switched back to semantic version numbering for this lib. See *README.md* sectio
- Keyword 'range' now correctly checks the internal keys to be integers
- Major update to testing and increased coverage.



14.06.1
=======

Expand All @@ -52,6 +63,8 @@ Switched back to semantic version numbering for this lib. See *README.md* sectio
- 'none' can now be used as a type
- Many more tests added



14.06
=====

Expand All @@ -70,6 +83,8 @@ Switched back to semantic version numbering for this lib. See *README.md* sectio
- Refactored alot of exceptions to be more specific (SchemaError and RuleError for example) and not a generic Exception
- Parsed rules is now stored correctly in Core() so it can be tested from the outside



0.1.2
=====

Expand All @@ -83,6 +98,8 @@ Switched back to semantic version numbering for this lib. See *README.md* sectio
- Alot more test files and now tests source_data and schema_data input arguments to core.py
- Alot of cleanup in the test suit



0.1.1
=====

Expand All @@ -93,6 +110,8 @@ Switched back to semantic version numbering for this lib. See *README.md* sectio
- Fixed path bugs in Makefile
- Fixed path bugs in Manifest



0.1.0
=====

Expand Down

0 comments on commit 5afff8e

Please sign in to comment.