Skip to content

Commit e708470

Browse files
authored
Merge pull request #408 from mattfarina/update-changelog-3.3
Updating the changelog for the 3.3.0 release
2 parents cb81a32 + 8fc4354 commit e708470

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

CHANGELOG.md

+19-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## Release 3.3.0 (2024-08-29)
4+
5+
### Added
6+
7+
- #400: added sha512sum function (thanks @itzik-elayev)
8+
9+
### Changed
10+
11+
- #407: Removed duplicate documentation (functions were documentated in 2 places)
12+
- #290: Corrected copy/paster oops in math documentation (thanks @zzhu41)
13+
- #369: Corrected template reference in docs (thanks @chey)
14+
- #375: Added link to URL documenation (thanks @carlpett)
15+
- #406: Updated the mergo dependency which had a breaking change (which was accounted for)
16+
- #376: Fixed documentation error (thanks @jheyduk)
17+
- #404: Updated dependency tree
18+
- #391: Fixed misspelling (thanks @chrishalbert)
19+
- #405: Updated Go versions used in testing
20+
321
## Release 3.2.3 (2022-11-29)
422

523
### Changed
@@ -361,7 +379,7 @@ Because we switched from `int` to `int64` as the return value for all integer ma
361379
- `min` complements `max` (formerly `biggest`)
362380
- `empty` indicates that a value is the empty value for its type
363381
- `tuple` creates a tuple inside of a template: `{{$t := tuple "a", "b" "c"}}`
364-
- `dict` creates a dictionary inside of a template `{{$d := dict "key1" "val1" "key2" "val2"}}`
382+
- `dict` creates a dictionary inside of a template `{{$d := dict "key1" "val1" "key2" "val2"}}`
365383
- Date formatters have been added for HTML dates (as used in `date` input fields)
366384
- Integer math functions can convert from a number of types, including `string` (via `strconv.ParseInt`).
367385

0 commit comments

Comments
 (0)