Skip to content

Commit 2e4d6a3

Browse files
authored
Deprecation of "dangerous" zmanim to 2.4.0
also added some formatting.
1 parent a4ece62 commit 2e4d6a3

File tree

1 file changed

+33
-32
lines changed

1 file changed

+33
-32
lines changed

CHANGELOG.md

Lines changed: 33 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,33 @@
11
## [2.4.0] (future)
22

3-
* Add getSamuchLeMinchaKetana zman
4-
* Deprecate getSofZmanShmaFixedLocal() and getSofZmanTfilaFixedLocal()
3+
* Add `getSamuchLeMinchaKetana` _zman_.
4+
* Deprecate `getSofZmanShmaFixedLocal()` and `getSofZmanTfilaFixedLocal()` with future plans of removal.
5+
* Deprecate multiple "dangerous" _zmanim_ as an alert to developers, with plans on retaining them.
56

67
## [2.3.0] (2021-12-07)
78

8-
* Fix an issue with sof zman kiddush levana being off by an hour when the molad is on one side of the DST change, and the sof zman on the other.
9-
* Add seasonal davening based zmanim including Vesein Tal Umatar/ Vesein Berachah / Mashiv Haruach.
10-
* Add Rav Moshe Feinstein's zmanim used in MTJ and Yeshiva of Staten Island.
11-
* Refactor code for alos and tzeis zmaniyos based time (ports to other languages can simplify things by doing the same).
12-
* Fix Hebrew spelling of Parshas Nitzavim.
9+
* Fix an issue with sof _zman kiddush levana_ being off by an hour when the _molad_ is on one side of the DST change, and the _sof zman_ on the other.
10+
* Add seasonal _davening_ based _zmanim_ including _Vesein Tal Umatar/ Vesein Berachah / Mashiv Haruach_.
11+
* Add Rav Moshe Feinstein's _zmanim_ used in MTJ and Yeshiva of Staten Island.
12+
* Refactor code for alos and _tzeis zmaniyos_ based time (ports to other languages can simplify things by doing the same).
13+
* Fix Hebrew spelling of _Parshas Nitzavim_.
1314

1415
## [2.2.0] (2021-03-15)
1516

1617
* Added JewishCalendar.isTaanisBechoros().
17-
* Updated Javadocs - document sources for getFixedLocalChatzos() and clarify Yerushalmi Yomi Start Date.
18+
* Updated Javadocs - document sources for `getFixedLocalChatzos()` and clarify _Yerushalmi Yomi_ Start Date.
1819

1920
## [2.1.0] (2020-12-02)
2021

21-
* Added six variants of the Yereim's bain hashmashos zmanim.
22-
* AstronomicalCalculator.getRefraction() and .getSolarRadius() now have public access.
23-
* Deprecate the GeoLocationUtils class. All of its functionality is in the GeoLocation class.
22+
* Added six variants of the Yereim's _bain hashmashos zmanim_.
23+
* `AstronomicalCalculator.getRefraction()` and `.getSolarRadius()` now have public access.
24+
* Deprecate the `GeoLocationUtils` class. All of its functionality is in the `GeoLocation` class.
2425
* Updated JavaDocs (no more errors or warnings).
2526
* Added Lag Ba'omer.
2627
* Added Shushan Purim Katan.
27-
* Added Daf.setMasechtaTransliterated(String[] masechtosBavliTransliterated) and Daf.setYerushlmiMasechtaTransliterated(String[] masechtosYerushalmiTransliterated).
28-
* Simplify and reduce code duplication in ZmanimCalendar generic zmanim calculations.
29-
* Fix AstronomicalCalendar getSunriseSolarDipFromOffset() and getSunsetSolarDipFromOffset (they are still inefficient) to properly allow calculations before and after sun rise/set.
28+
* Added `Daf.setMasechtaTransliterated(String[] masechtosBavliTransliterated)` and `Daf.setYerushlmiMasechtaTransliterated(String[] masechtosYerushalmiTransliterated)`.
29+
* Simplify and reduce code duplication in `ZmanimCalendar` generic _zmanim_ calculations.
30+
* Fix `AstronomicalCalendar` `getSunriseSolarDipFromOffset()` and `getSunsetSolarDipFromOffset` (they are still inefficient) to properly allow calculations before and after sun rise/set.
3031
* Change some Hebrew lists that are not expected to change to be final.
3132

3233
## [2.0.3] (2020-10-01)
@@ -36,34 +37,34 @@
3637
* Fix JavaDoc references to new package structure.
3738

3839
## [2.01] (2020-09-29)
39-
* Fix #160 isShabbosMevorchim should return false for the month of Tishrei.
40-
* Fix #161 a mistake in Zman.toString().
40+
* Fix #160 `isShabbosMevorchim` should return false for the month of Tishrei.
41+
* Fix #161 a mistake in `Zman.toString()`.
4142
* Fix java 6 compilation issues.
4243

4344
## [2.0] (2020-08-03)
4445

45-
* Changed package structure to com.kosherjava.zmanim from net.sourceforge.zmanim.
46+
* Changed package structure to `com.kosherjava.zmanim` from `net.sourceforge.zmanim`.
4647
* Added Maven and Gradle support.
4748
* Use DST for TimeZone display name (#150).
48-
* Convert formatMolad() to static.
49-
* Convert getTimeOffset() to static.
50-
* Pass alos and tzais parameters for TchilasZmanKidushLevana3Days.
51-
* Historical daf yomi dates should be final.
52-
* Add Birkas Hachama, update documentation.
53-
* Update formatter class for Enums in JewishCalendar.
49+
* Convert `formatMolad()` to static.
50+
* Convert `getTimeOffset()` to static.
51+
* Pass alos and tzais parameters for `TchilasZmanKidushLevana3Days`.
52+
* Historical _daf yomi_ dates should be final.
53+
* Add _Birkas Hachama_, update documentation.
54+
* Update formatter class for Enums in `JewishCalendar`.
5455

5556

5657
## Older Changes (since 1.3)
5758

58-
* Default calculator changed from USNO to NOAA
59-
* Remove the redundant ZmanimCalculator class (backwards breaking if you used this calculator)
60-
* Support optional elevation adjustments for zmanim besides sunrise and sunset
61-
* Added multiple alternative zmanim
62-
* Added Baal Hatanya zmanim
59+
* Default calculator changed from USNO to NOAA.
60+
* Remove the redundant `ZmanimCalculator` class (backwards breaking if you used this calculator).
61+
* Support optional elevation adjustments for zmanim besides sunrise and sunset.
62+
* Added multiple alternative zmanim .
63+
* Added Baal Hatanya _zmanim_.
6364
* Replaced GPL parsha code with an LGPL kosher version.
64-
* Added JSON serialization / output (was previously limited to XML)
65-
* Add Daf Yomi Yerishalmi
66-
* Many JewishCalendar related tweaks and enhancements
67-
* Many minor bug fixes and enhancements
65+
* Added JSON serialization / output (was previously limited to XML).
66+
* Add _Daf Yomi Yerishalmi_.
67+
* Many `JewishCalendar` related tweaks and enhancements.
68+
* Many minor bug fixes and enhancements.
6869

6970
See [GitHub Commits](https://github.com/KosherJava/zmanim/commits/master) for more details.

0 commit comments

Comments
 (0)