Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
rubysolo committed Nov 20, 2019
1 parent 2c4afec commit 415033f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

## [Unreleased]
## [v3.3.3] 2019-11-20
- date / duration addition and subtraction
- validate arity for custom functions with variable arity
- make AST serializable with Marshal.dump
Expand Down Expand Up @@ -184,7 +184,7 @@
## [v0.1.0] 2012-01-20
- initial release

[Unreleased]: https://github.com/rubysolo/dentaku/compare/v3.3.2...HEAD
[v3.3.3]: https://github.com/rubysolo/dentaku/compare/v3.3.2...v3.3.3
[v3.3.2]: https://github.com/rubysolo/dentaku/compare/v3.3.1...v3.3.2
[v3.3.1]: https://github.com/rubysolo/dentaku/compare/v3.3.0...v3.3.1
[v3.3.0]: https://github.com/rubysolo/dentaku/compare/v3.2.1...v3.3.0
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ using Calculator#add_functions.
FUNCTION ALIASES
----------------

Every function can be aliased by synonyms. For example, it can be useful if
Every function can be aliased by synonyms. For example, it can be useful if
your application is multilingual.

```ruby
Expand Down Expand Up @@ -321,7 +321,7 @@ LICENSE

(The MIT License)

Copyright © 2012-2018 Solomon White
Copyright © 2012-2019 Solomon White

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the ‘Software’), to deal in
Expand Down

0 comments on commit 415033f

Please sign in to comment.