From 4724da4e6db84c7986d9ad5b3555dd0248a02154 Mon Sep 17 00:00:00 2001 From: mes5k Date: Sat, 26 Sep 2009 20:55:56 +0000 Subject: [PATCH] updated for 1.2.0 --- NEWS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/NEWS b/NEWS index c0b2c90..08902cd 100644 --- a/NEWS +++ b/NEWS @@ -86,3 +86,8 @@ that should facilitate the creation of different constraints on Args. This has involved changing the constructor interface, so if you've been using allowed lists, you'll need to make a small modification to your existing code. See examples/test6.cpp for details. + +9/26/09 - Whoa, long break. Primarily a bug-fix release, but we did switch +to using traits, which necessitates the minor version bump. Take a look +at test11.cpp and test12.cpp for examples on using ArgTraits for extending +tclap for different types.