gitlab-org--gitlab-foss/changelogs
ftab 513e4f991f Fix touch event pageX
Safari on iOS sort of figures out the right thing here, but other
browsers need a specific touch to be referenced.

This makes it work on Chrome and Firefox on Android, as well as
Chrome DevTools mobile device view.
2019-04-08 07:39:41 +00:00
..
unreleased Fix touch event pageX 2019-04-08 07:39:41 +00:00
archive.md
README.md add changelogs/README.md 2019-02-18 04:57:57 +00:00

Generating changelog entries

To generate and validate your changelog entries:

  1. Run bin/changelog to generate.
  2. Run scripts/lint-changelog-yaml to validate.

See development/changelog documentation for detailed usage.