annotate CHANGELOG @ 496:423a054646ec

Mention Especialize in CHANGELOG
author Adam Chlipala <adamc@hcoop.net>
date Tue, 18 Nov 2008 13:27:33 -0500
parents 3f1b9231a37b
children e30c135482b3
rev   line source
adamc@467 1 ========
adamc@467 2 NEXT
adamc@467 3 ========
adamc@467 4
adamc@467 5 - Nested function definitions
adamc@467 6 - Primitive "time" type
adamc@467 7 - Nullable SQL columns (via "option")
adamc@467 8 - Cookies
adamc@496 9 - Compiler: Specialization of functions to known arguments (especially of function type)
adamc@467 10
adamc@435 11 ========
adamc@435 12 20081028
adamc@435 13 ========
adamc@435 14
adamc@435 15 - Add GCCARGS configure option
adamc@435 16
adamc@433 17 ========
adamc@433 18 20081027
adamc@433 19 ========
adamc@433 20
adamc@433 21 - On missing inputs, print an error message, but don't exit the web server.
adamc@434 22 - Remove need for "() <-" notation.
adamc@433 23
adamc@433 24 ========
adamc@433 25 20081026
adamc@433 26 ========
adamc@433 27
adamc@433 28 - Change 'sed' call to work on OSX.
adamc@433 29 - Avoid including or linking libpq files on apps that don't use SQL.