Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Clarification of one of the 3.8.5 changes lines. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
72fa86df8d731001847c667b89b6ac68 |
User & Date: | drh 2014-04-22 01:19:02.216 |
Context
2014-04-25
| ||
20:23 | Fix a typo in the foreign key documentation. (check-in: 821750714a user: drh tags: trunk) | |
2014-04-22
| ||
01:19 | Clarification of one of the 3.8.5 changes lines. (check-in: 72fa86df8d user: drh tags: trunk) | |
01:06 | Update the version number to 3.8.5. Add a change log. (check-in: aabef1a296 user: drh tags: trunk) | |
Changes
Changes to pages/changes.in.
︙ | |||
15 16 17 18 19 20 21 | 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | - - + + | proc chng {date desc {options {}}} { global nChng aChng set aChng($nChng) [list $date $desc $options] incr nChng } chng {2014-06-?? (3.8.5)} { |
︙ |