From 576f264e974fc0f6ae2edd5b0cff388d72ef321d Mon Sep 17 00:00:00 2001 From: "Michael S. Klishin" Date: Mon, 2 Apr 2012 12:17:39 +0400 Subject: [PATCH] Update change log --- ChangeLog.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ChangeLog.md b/ChangeLog.md index ce145b4..df8a8e1 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,12 @@ ## Changes between 1.0.0-beta2 and 1.0.0-beta3 +### Support serialization of Clojure ratios + +Documents that contain Clojure ratios (for example, `26/5`) now can be converted to DBObject instances +and thus stored. On load, ratios will be presented as doubles: this way we ensure interoperability with +other languages and clients. + + ### Factories/fixtures DSL When working with even moderately complex data sets, fixture data quickly becomes difficult to