Skip to content

Commit

Permalink
Updated with newest changes
Browse files Browse the repository at this point in the history
git-svn-id: https://joda-time.svn.sourceforge.net/svnroot/joda-time/trunk@589 1e1cfbb7-5c0e-0410-a2f0-f98d92ec03a1
  • Loading branch information
broneill committed Nov 23, 2004
1 parent bf7d8c8 commit ea35236
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions JodaTime/RELEASE-NOTES.txt
@@ -1,7 +1,8 @@
Joda-Time version 1.0
---------------------

Joda-Time is a date and time handling library that seeks to replace the JDK Date and Calendar classes.
Joda-Time is a date and time handling library that seeks to replace the JDK
Date and Calendar classes.

This is the first full release of Joda-Time.
There have been a number of alpha/beta releases however.
Expand All @@ -12,15 +13,19 @@ We now recommend JDK 1.3 or later, and have performed no testing on earlier JDKs
Bug fixes since 0.98
--------------------

- Interval/MutableInterval isAfter(ReadableInterval) - fixed bug when intervals abutted

- Parsing periods of the form PT... - fixed bug that prevented parsing

- Interval/MutableInterval isAfter(ReadableInterval) - fixed bug when intervals abutted
- Period parsing now more strict - 'T' character required to separate date and
time in ISO periods

- Fixed parsing of fractional seconds in Periods

New features since 0.98
-----------------------


- Added support to create Periods from a duration and end instant

Feedback
--------
Expand Down

0 comments on commit ea35236

Please sign in to comment.