diff --git a/README.md b/README.md index db49351..700b46c 100644 --- a/README.md +++ b/README.md @@ -224,6 +224,16 @@ noise, each change listed here will list the files I modified for that change. single person teams, where the only important use is rolling back bad changes and such) +* * * + +1.1.5 + +And, another stupid little bug. + +* Constructs similar to the following `[=[]==]]=]` were not working properly. The lexer was not properly constructing the + lexeme, and it would return the wrong number of equals signs and it would eat the last square bracket. As a bonus I + greatly simplified the string lexing code. (ast/lexer.go) + * * * 1.1.4