You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
731 B

  1. # Change Log
  2. All notable changes to this project will be documented in this file.
  3. This project adheres to [Semantic Versioning](http://semver.org/).
  4. ## [Unreleased]
  5. ### Added
  6. - Change log
  7. - Added .editorconfig, .eslintrc.json and .pug-lintrc.json for code linting
  8. ### Fixed
  9. - Fixed issue with social accounts with empty name
  10. - Fixed standard error page styling
  11. ### Changed
  12. - Updated dependencies + snyk policy
  13. - Conversion to Standard JS compliant code
  14. ## [v1.0-beta.2] - 2017-01-30
  15. ### Added
  16. - Save own profile under My Account
  17. ### Changed
  18. - Updated dependencies + snyk policy
  19. [Unreleased]: https://github.com/Requarks/wiki/compare/v1.0-beta.2...HEAD
  20. [v1.0-beta.2]: https://github.com/Requarks/wiki/releases/tag/v1.0-beta.2