Commit c4a45b2

mokha <mo@mokhan.ca>
2019-04-01 15:20:35
add CHANGELOG
1 parent ed4d2aa
Changed files (1)
CHANGELOG.md
@@ -0,0 +1,41 @@
+Version 0.3.0
+# Changelog
+All notable changes to this project will be documented in this file.
+
+The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
+and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+
+## [Unreleased]
+### Changed
+- provide default symmetric cipher for `EncryptedData` element.
+- use `ENVELOPED_SIG` constant
+
+### Added
+- allow specifying id for `EncryptedData` element.
+
+## [0.3.0] - 2019-01-XX
+### Added
+- Default logger
+
+### Changed
+- \_assign does not coerce values by default.
+- errors are merged together instead of overwritten during attribute validation.
+
+[Unreleased]: https://github.com/saml-kit/xml-kit/compare/v0.3.0...HEAD
+[0.3.0]: https://github.com/saml-kit/xml-kit/compare/v0.2.0...v0.3.0
+[0.2.0]: https://github.com/saml-kit/xml-kit/compare/v0.1.14...v0.2.0
+[0.1.14]: https://github.com/saml-kit/xml-kit/compare/v0.1.13...v0.1.14
+[0.1.13]: https://github.com/saml-kit/xml-kit/compare/v0.1.12...v0.1.13
+[0.1.12]: https://github.com/saml-kit/xml-kit/compare/v0.1.11...v0.1.12
+[0.1.11]: https://github.com/saml-kit/xml-kit/compare/v0.1.10...v0.1.11
+[0.1.10]: https://github.com/saml-kit/xml-kit/compare/v0.1.9...v0.1.10
+[0.1.9]: https://github.com/saml-kit/xml-kit/compare/v0.1.8...v0.1.9
+[0.1.8]: https://github.com/saml-kit/xml-kit/compare/v0.1.7...v0.1.8
+[0.1.7]: https://github.com/saml-kit/xml-kit/compare/v0.1.6...v0.1.7
+[0.1.6]: https://github.com/saml-kit/xml-kit/compare/v0.1.5...v0.1.6
+[0.1.5]: https://github.com/saml-kit/xml-kit/compare/v0.1.4...v0.1.5
+[0.1.4]: https://github.com/saml-kit/xml-kit/compare/v0.1.3...v0.1.4
+[0.1.3]: https://github.com/saml-kit/xml-kit/compare/v0.1.1...v0.1.3
+[0.1.1]: https://github.com/saml-kit/xml-kit/compare/v0.1.1...v0.1.1
+[0.1.1]: https://github.com/saml-kit/xml-kit/compare/v0.1.0...v0.1.1
+[0.1.0]: https://github.com/saml-kit/xml-kit/compare/v0.1.0...v0.1.0