Skip to content

Commit 14724c4

Browse files
committed
add news notice
1 parent bd9a1ea commit 14724c4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,9 @@ As you can see above, I actually had incorrect code for `2017 Day 20: Particle S
201201

202202
By the way, the ``aoc`` runner will kill your code if it takes more than 60 seconds, you can increase/decrease this by passing a command-line option, e.g. ``--timeout=120``.
203203

204-
*New in version 1.1.0:* Added option ``--quiet`` to suppress any output from plugins so it doesn't mess up the ``aoc`` runner's display.
204+
*New in version 1.1.0:* Added option ``--quiet`` to suppress any output from plugins so it doesn't mess up the ``aoc`` runner's display.
205+
206+
*New in version 2.0.0:* You can verify your code against the example input data and answers, scraped from puzzle pages where available, using ``aoc --example``. This will pass the sample input data into your solver instead of passing the full user input data.
205207

206208

207209
How does this library work?

0 commit comments

Comments
 (0)