From 2021bf55cf63163ffe4f029497cc4c5dcfc976b9 Mon Sep 17 00:00:00 2001 From: Matthew Petroff Date: Mon, 18 Aug 2014 21:31:18 -0400 Subject: [PATCH] Transition changelog to Markdown. --- NEWS | 20 -------------------- changelog.md | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+), 20 deletions(-) delete mode 100644 NEWS create mode 100644 changelog.md diff --git a/NEWS b/NEWS deleted file mode 100644 index 6a16c3c..0000000 --- a/NEWS +++ /dev/null @@ -1,20 +0,0 @@ - ------------------------------------- - Pannellum - https://github.com/mpetroff/pannellum - ------------------------------------- - - - -Changes in Pannellum 1.2 -======================== - -New Features: - - Added keyboard panning controls - - Added support for a fallback URL if WebGL is not supported - -Improvements: - - Clarified load button text - - Switched from raster to vector icons - -Bugfixes: - - Added workaround for WebKit fullscreen regression diff --git a/changelog.md b/changelog.md new file mode 100644 index 0000000..ff3b88b --- /dev/null +++ b/changelog.md @@ -0,0 +1,20 @@ +Pannellum +========= + + +Changes in Pannellum 1.2 +------------------------ + +New Features: + + - Added keyboard panning controls + - Added support for a fallback URL if WebGL is not supported + +Improvements: + + - Clarified load button text + - Switched from raster to vector icons + +Bugfixes: + + - Added workaround for WebKit fullscreen regression