diff options
author | Brian S. O'Neill <bronee@gmail.com> | 2008-07-28 01:33:49 +0000 |
---|---|---|
committer | Brian S. O'Neill <bronee@gmail.com> | 2008-07-28 01:33:49 +0000 |
commit | caa97449f6087174ad1970ee8058e164a35f475f (patch) | |
tree | 4ce541476825db8bee7bcb1e009afb8c3073f6ef /RELEASE-NOTES.txt | |
parent | 9043d4167aeab129be1aa786d47d5559e9045301 (diff) |
Remove BigDecimal support until key encoding issues are resolved.
Diffstat (limited to 'RELEASE-NOTES.txt')
-rw-r--r-- | RELEASE-NOTES.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index 36528b1..fa88ff1 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -47,7 +47,7 @@ Carbonado change history - Support fetching slices of queries, which translates to a SQL offset and limit.
- Added volatile map repository.
- Added listener callback for replicated repository resync.
-- Added support for BigInteger and BigDecimal property types.
+- Added support for BigInteger property type.
1.1.2 to 1.1.3
-------------------------------
|