2011-12-13  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	*
	* Released and tagged Tcllib 1.14 ========================
	* 

2011-11-10  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	* json.tcl: [Bug 3426178]: Fixed bug in "list2json",
	* json.test: reported by <a11426@users.sourceforge.net>.
	* json.man: Updated testsuite. Bumped version to 1.1.2.
	* pkgIndex.tcl:

2011-08-24  Andreas Kupries  <andreask@activestate.com>

	* json_write.man:
	* json_write.test:
	* json_write.tcl: [Bug 3396787]: Fixed missing argument to call of
	* pkgIndex.tcl: [info level], breaking the argument checks. Bumped
	  version to 1.0.1

2011-01-24  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	*
	* Released and tagged Tcllib 1.13 ========================
	* 

2011-01-20  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	* json.tcl (json::parseValue): Fixed a missing -- older 8.4 seems
	* json.man: to require to handle a dash in $leadingChar. Bumped
	* pkgIndex.tcl: version to 1.1.1

2009-12-10  Andreas Kupries  <andreask@activestate.com>

	* json.tcl: [Patch 2909962]: Accepted rewrite of the json parser
	* json.man: internals by Thomas Maeder
	* pkgIndex.tcl: <thomasmaeder@users.sourceforge.net>. The new
	  (regex-based) parser is considerably faster than the previous
	  implementation. Bumped version to 1.1.

2009-12-07  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	*
	* Released and tagged Tcllib 1.12 ========================
	* 

2009-11-24  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	* json_write.tcl: New package 'json::write', supporting the
	* json_write.test: generation of text in JSON format.
	* json_write.man: Package version 1.
	* json_write.pcx:
	* pkgIndex.tcl: 

2009-11-23  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	* json.tcl: Bumped package to version 1.0.1 due to the bugfix made
	* pkgIndex.tcl: on 2009-04-18.

2009-05-26  KATO Kanryu  <kanryu6@users.sourceforge.net>

	* json.test: improved to compare dicts

2009-04-18  KATO Kanryu  <kanryu6@users.sourceforge.net>

	* json.tcl: fixed to parse last integer
	* json.test: improved to compare dicts

2008-12-12  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	*
	* Released and tagged Tcllib 1.11.1 ========================
	* 

2008-10-16  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	*
	* Released and tagged Tcllib 1.11 ========================
	* 

2008-06-14  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	* json.pcx: New file. Syntax definitions for the public commands
	  of the json package.

2007-12-05  Andreas Kupries  <andreask@activestate.com>

	* json.test: Brought the test results into sync with the ordered
	  dicts of Tcl 8.5. NOTE: This will cause the combination of Tcl
	  8.4 with a backported dict to fail, at least until either the
	  backported dict does the same ordering, or the tests are split
	  into variants, one for both of the two cases. This fixes [Tcllib
	  SF Bug 1844104], reported by Larry Virden
	  <lvirden@users.sourceforge.net>. Thanks.

2007-09-12  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	*
	* Released and tagged Tcllib 1.10 ========================
	* 

2007-03-21  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	* json.man: Fixed all warnings due to use of now deprecated
	  commands. Added a section about how to give feedback.

2006-10-03  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	*
	* Released and tagged Tcllib 1.9 ========================
	* 

2006-08-25  Jeff Hobbs  <jeffh@ActiveState.com>

	* json.test: empty list test cases
	* json.tcl (json::_json2dict): handle empty list case

2006-08-18  Andreas Kupries  <andreask@activestate.com>

	* json.man: Added some more keywords to the docs.

2006-08-17  Jeff Hobbs  <jeffh@ActiveState.com>

	* json.tcl, json.man, json.test, pkgIndex.tcl: json package v1.0
	Parses JSON formatted text into Tcl dicts.
	See http://www.json.org/ for format details.
