Skip to content

Commit

Permalink
Moving to v3.85
Browse files Browse the repository at this point in the history
  • Loading branch information
photonstorm committed May 15, 2024
1 parent 9b49655 commit 078c366
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 19 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Please select a version to read that specific change log:

| Version | Name | Release Date |
| ------- | ---- | ------------ |
| [3.85.0](changelog/3.85/CHANGELOG-v3.85.md) | Itsuki | in development |
| [3.80.1](changelog/3.80.1/CHANGELOG-v3.80.1.md) | Nino | 27th February 2024 |
| [3.80](changelog/3.80/CHANGELOG-v3.80.md) | Nino | 21st February 2024 |
| [3.70](changelog/3.70/CHANGELOG-v3.70.md) | Yotsuba | 10th November 2023 |
Expand Down
20 changes: 20 additions & 0 deletions changelog/3.85/CHANGELOG-v3.85.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Version 3.85.0 - Itsuki - in development

# New Features

# WebGL Rendering Updates

* `WebGLTextureWrapper.update` expanded:
* `source` parameter is now type `?object`, so it can be used for anything that is valid in the constructor.
* New `format` parameter can update the texture format.

# Updates

# Bug Fixes

* The method `TextureManager.checkKey` will now return `false` if the key is not a string, which fixes issues where a texture could be created if a key was given that was already in use (thanks Will Macfarlane).

## Examples, Documentation, Beta Testing and TypeScript

Thanks to the following for helping with the Phaser Examples, Beta Testing, Docs, and TypeScript definitions, either by reporting errors, fixing them, or helping author the docs:

18 changes: 0 additions & 18 deletions changelog/3.90/CHANGELOG-v3.90.md

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "phaser",
"version": "3.85.0",
"release": "Nino",
"release": "Itsuki",
"description": "A fast, free and fun HTML5 Game Framework for Desktop and Mobile web browsers from the team at Phaser Studio Inc.",
"author": "Richard Davey <[email protected]> (https://www.phaser.io)",
"homepage": "https://phaser.io",
Expand Down

0 comments on commit 078c366

Please sign in to comment.