From e89af80656669518fff53eb0c77a9361b50697ac Mon Sep 17 00:00:00 2001 From: Jay Date: Fri, 20 Sep 2024 09:24:44 -0700 Subject: [PATCH] change line in changes.md --- .husky/pre-commit | 3 --- CHANGES.md | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.husky/pre-commit b/.husky/pre-commit index c37466e2b30..d0a778429a3 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,4 +1 @@ -#!/bin/sh -. "$(dirname "$0")/_/husky.sh" - npx lint-staged \ No newline at end of file diff --git a/CHANGES.md b/CHANGES.md index fd7d009a4a9..fc2cf51ff4e 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -70,7 +70,7 @@ This is an npm-only release to extra source maps included in 1.121 - Fixed environment map transform for image-based lighting. [#12091](https://github.com/CesiumGS/cesium/pull/12091) - Updated geometric self-shadowing function to improve direct lighting on models using physically-based rendering. [#12063](https://github.com/CesiumGS/cesium/pull/12063) - Prevent Bing Imagery API format issues from throwing errors [#12094](https://github.com/CesiumGS/cesium/pull/12094) -- Fix non iso compliant string so the function properly converts the milliseconds into a fractional second with the specified precision [#11507](https://github.com/CesiumGS/cesium/issues/11507) +- Fix JulianDate to always generate valid ISO strings for fractional milliseconds [#11507](https://github.com/CesiumGS/cesium/issues/11507) ### 1.119 - 2024-07-01