We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a340bef commit 21a1bd8Copy full SHA for 21a1bd8
2 files changed
History.md
@@ -1,3 +1,10 @@
1
+### 1.4.1 / 2021-05-22
2
+
3
+Bug fixes:
4
5
+* Use chtype instead of char to support attributes
6
+* Fixes for Ruby 3.1.
7
8
### 1.4.0 / 2020-12-10
9
10
New features:
curses.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new { |s|
s.name = "curses"
- s.version = "1.4.0"
+ s.version = "1.4.1"
s.author = ["Shugo Maeda", 'Eric Hodel']
s.email = ["shugo@ruby-lang.org", 'drbrain@segment7.net']
s.homepage = "https://github.com/ruby/curses"
0 commit comments