Browse Source

Prep for release.

tags/2.4.1
Matthew Petroff 6 years ago
parent
commit
ea2a501eab
3 changed files with 11 additions and 2 deletions
  1. +1
    -1
      VERSION
  2. +9
    -0
      changelog.md
  3. +1
    -1
      package.json

+ 1
- 1
VERSION View File

@@ -1 +1 @@
2.4.0
2.4.1

+ 9
- 0
changelog.md View File

@@ -2,6 +2,15 @@ Changelog
=========


Changes in Pannellum 2.4.1
--------------------------

Bugfixes:

- Fix touch input issue in Chrome
- The API's `loadScene` method now works when no scenes have been loaded yet


Changes in Pannellum 2.4.0
--------------------------



+ 1
- 1
package.json View File

@@ -1,7 +1,7 @@
{
"name": "pannellum",
"description": "Pannellum is a lightweight, free, and open source panorama viewer for the web.",
"version": "2.4.0",
"version": "2.4.1",
"bugs": {
"url": "https://github.com/mpetroff/pannellum/issues"
},


Loading…
Cancel
Save