From cf6e586d7f850d3a914a61b44b6c5cfcecffa3eb Mon Sep 17 00:00:00 2001 From: Benjamin Pannell Date: Tue, 17 Nov 2015 17:41:49 +0200 Subject: [PATCH] Updated CHANGELOG --- CHANGELOG.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d1216f..9bc1c1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,22 @@ +## [v6.4.1](https://github.com/sierrasoftworks/iridium/tree/v6.4.1) +- [238db28](https://github.com/sierrasoftworks/iridium/commit/238db28) Version 6.4.1 +- [5bdb845](https://github.com/sierrasoftworks/iridium/commit/5bdb845) build: Compile code with latest changes +- [6419b2a](https://github.com/sierrasoftworks/iridium/commit/6419b2a) fix: Correct behaviour of _.cloneDeep when working with buffers +- [e182b97](https://github.com/sierrasoftworks/iridium/commit/e182b97) tweak: Adjust the transform function for binary properties +- [3ced29a](https://github.com/sierrasoftworks/iridium/commit/3ced29a) tweak: Adjust error message to be more explicit about what can pass +- [7b12722](https://github.com/sierrasoftworks/iridium/commit/7b12722) tweak: Improved error messages when a binary object fails validation +- [a10dbd4](https://github.com/sierrasoftworks/iridium/commit/a10dbd4) test: Added a number of additional tests for the new binary type +- [ec0890a](https://github.com/sierrasoftworks/iridium/commit/ec0890a) (origin/master, origin/HEAD) Updated documentation +- [a76f656](https://github.com/sierrasoftworks/iridium/commit/a76f656) Updated CHANGELOG + ## [v6.4.0](https://github.com/sierrasoftworks/iridium/tree/v6.4.0) - [4409543](https://github.com/sierrasoftworks/iridium/commit/4409543) Version 6.4.0 - [075b3bf](https://github.com/sierrasoftworks/iridium/commit/075b3bf) build: Build latest code versions - [c857951](https://github.com/sierrasoftworks/iridium/commit/c857951) feat: Add a Binary property decorator for use with binary data properties in Buffer format - [b182464](https://github.com/sierrasoftworks/iridium/commit/b182464) refactor: Move default transforms into their own file - [bf895e5](https://github.com/sierrasoftworks/iridium/commit/bf895e5) refactor: Move default validators into their own file -- [1b481fa](https://github.com/sierrasoftworks/iridium/commit/1b481fa) (origin/master, origin/HEAD) Updated documentation +- [1b481fa](https://github.com/sierrasoftworks/iridium/commit/1b481fa) Updated documentation - [84aba6a](https://github.com/sierrasoftworks/iridium/commit/84aba6a) Updated CHANGELOG ## [v6.3.0](https://github.com/sierrasoftworks/iridium/tree/v6.3.0)