Skip to content

Commit 4e8c6ee

Browse files
committed
Update CHANGELOG.md
1 parent 4eaa101 commit 4e8c6ee

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,21 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [unreleased]
9+
10+
### Added
11+
12+
- `startOfWeek` and `endOfWeek` functions
13+
- `parse` function
14+
15+
### Changed
16+
17+
- Latin alphabets (`A` to `Z` and `a` to `z`) in the given format are now reserved for use as pattern characters in `formatWithoutLocale`. If you want to treat them as literal, escape them. ([39f5f9d](https://github.com/fabon-f/vremel/commit/39f5f9d7c6c3585796301992285b5ddfcaed46a1))
18+
19+
### Fixed
20+
21+
- Fix wrong type annotation in some functions ([eb95c5a](https://github.com/fabon-f/vremel/commit/eb95c5a214526b8f950c3952190135467f220fe1))
22+
823
## 0.4.0 (2025-02-02)
924

1025
### Added

0 commit comments

Comments
 (0)