aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2011-12-26 10:13:30 +0100
committerLoïc Hoguin <[email protected]>2011-12-26 10:17:29 +0100
commit156c84ff29a13f3d21c1b7ff271bda50797ca0ef (patch)
treeaa22d1276732949741e67c04774f1382b660d26c /CHANGELOG.md
parent52c177fa6feedeed6a5fe565f13bf49cd61ef64e (diff)
downloadcowboy-156c84ff29a13f3d21c1b7ff271bda50797ca0ef.tar.gz
cowboy-156c84ff29a13f3d21c1b7ff271bda50797ca0ef.tar.bz2
cowboy-156c84ff29a13f3d21c1b7ff271bda50797ca0ef.zip
Use calendar date and time types exported since R14B04
Removes the cowboy_clock:date/0, time/0 and datetime/0 exported types.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4987bd6..59355d6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -53,7 +53,11 @@ CHANGELOG
More specifically, /bits was replaced by /binary.
-* Rename the type cowboy_dispatcher:path_tokens/0 to :tokens/0
+* Rename the type cowboy_dispatcher:path_tokens/0 to tokens/0
+
+* Remove the cowboy_clock:date/0, time/0 and datetime/0 types
+
+ The calendar module exports those same types properly since R14B04.
* Add cacertfile configuration option to cowboy_ssl_transport