Skip to content

Commit ff51196

Browse files
authored
Merge pull request #1429 from sillsdev/prep-v16.0.0
Prepare CHANGELOG for v16.0.0 release
2 parents 0624a96 + 2965dda commit ff51196

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1616

1717
## [Unreleased]
1818

19+
## [16.0.0] - 2025-05-20
20+
1921
### Added
2022

2123
- [SIL.WritingSystems] Added public DownloadLanguageTags method for updating the cached langtags.json from the SLDR repository.
@@ -72,7 +74,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7274
- [SIL.Core] BREAKING CHANGE (potentially): Made ParseDateTimePermissivelyWithException into an extension method (on string).
7375
- [SIL.Core] BREAKING CHANGE (potentially): Changed behavior of DateTimeExtensions.ParseDateTimePermissivelyWithException (now deprecated) to try to interpret the date according to either the Gregorian calendar or the Buddhist calender in order to get the date to fall within a reasonable expected range (from 1/1/1900 through one day in the future). This means that depending on the current culture, dates might be interpreted differently from before. The known places in SIL code where this method is used seems to be for dates in the recent past (modern times); hence the default range. A new overload was added that will allow callers with other needs to specify a different range.
7476
- [SIL.Windows.Forms] BREAKING CHANGE: ImageToolbox Removed support for Linux due to no longer using DialogAdapters. Affects `OpenFileDialogWithViews`
75-
77+
7678
### Fixed
7779

7880
- [SIL.Windows.Forms] Changed build date in SILAboutBox to be computed using the last write time instead of creation time.
@@ -573,7 +575,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
573575
- [SIL.NUnit3Compatibility] new project/package that allows to use NUnit3 syntax with NUnit2
574576
projects
575577

576-
[Unreleased]: https://github.com/sillsdev/libpalaso/compare/v14.1.1...master
578+
[Unreleased]: https://github.com/sillsdev/libpalaso/compare/v16.0.0...master
579+
[16.0.0]: https://github.com/sillsdev/libpalaso/compare/v15.0.0...v16.0.0
577580
[15.0.0]: https://github.com/sillsdev/libpalaso/compare/v14.1.1...v15.0.0
578581
[14.1.1]: https://github.com/sillsdev/libpalaso/compare/v14.1.0...v14.1.1
579582
[14.1.0]: https://github.com/sillsdev/libpalaso/compare/v14.0.0...v14.1.0

0 commit comments

Comments
 (0)